Searched refs:completedcommand (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/media/
H A DBufferConsumer.cpp447 node_request_completed_command completedcommand; local
448 completedcommand.info.what = media_request_info::B_FORMAT_CHANGED;
449 completedcommand.info.change_tag = request->change_tag;
450 completedcommand.info.status = reply.result;
451 //completedcommand.info.cookie
452 completedcommand.info.user_data = 0;
453 completedcommand.info.source = request->producer;
454 completedcommand.info.destination = request->consumer;
455 completedcommand.info.format = request->format;
456 SendToPort(request->consumer.port, NODE_REQUEST_COMPLETED, &completedcommand, sizeo
[all...]

Completed in 42 milliseconds