Searched refs:CleanupQueueElement (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/pvmediaoutputnode/src/ |
D | pv_media_output_node_inport.h | 262 class CleanupQueueElement 265 … CleanupQueueElement(PVMFSharedMediaDataPtr d, PVMFCommandId id): iData(d), iCmdId(id) {} in CleanupQueueElement() function 266 CleanupQueueElement(PVMFCommandId id): iCmdId(id) {} in CleanupQueueElement() function 270 Oscl_Vector<CleanupQueueElement, OsclMemAllocator> iCleanupQueue;
|
D | pv_media_output_node_inport.cpp | 1249 iCleanupQueue.push_back(CleanupQueueElement(mediaData, cmdId)); in SendMediaData()
|
/external/opencore/nodes/pvcommsionode/src/ |
D | pv_comms_io_node_port.h | 213 class CleanupQueueElement 216 … CleanupQueueElement(PVMFSharedMediaDataPtr d, PVMFCommandId id): iData(d), iCmdId(id) {} in CleanupQueueElement() function 220 Oscl_Vector<CleanupQueueElement, OsclMemAllocator> iCleanupQueue;
|
D | pv_comms_io_node_port.cpp | 878 iCleanupQueue.push_back(CleanupQueueElement(aMediaData, cmdId)); in SendCommsData()
|
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/ |
D | pvmi_mio_comm_loopback.h | 330 class CleanupQueueElement 333 … CleanupQueueElement(PVMFSharedMediaDataPtr d, PVMFCommandId id): iData(d), iCmdId(id) {} in CleanupQueueElement() function 351 Oscl_Vector<CleanupQueueElement, OsclMemBasicAllocator > iCleanupQueue;
|
D | pvmi_mio_comm_loopback.cpp | 990 iCleanupQueue.push_back(CleanupQueueElement(aMediaData, cmdId)); in DoLoopback()
|