Searched refs:MessageQueue (Results 1 – 19 of 19) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_CmdQueue.cpp | 48 MessageQueue* MessageQueue::inst_internal = NULL; 49 MessageQueue* MessageQueue::inst_external = NULL; 51 MessageQueue* MessageQueue::getInstanceInternal() in getInstanceInternal() 55 inst_internal = new MessageQueue(); in getInstanceInternal() 66 MessageQueue* MessageQueue::getInstanceExternal() in getInstanceExternal() 70 inst_external = new MessageQueue(); in getInstanceExternal() 81 void MessageQueue::enqueue(Message *item) in enqueue() 104 Message* MessageQueue::dequeue(void) in dequeue() 120 void* MessageQueue::Process(void *param) in Process() 122 MessageQueue *MsgQueueInternal = NULL; in Process() [all …]
|
D | IPACM_EvtDispatcher.cpp | 59 MessageQueue *MsgQueue = NULL; in PostEvt() 64 MsgQueue = MessageQueue::getInstanceExternal(); in PostEvt() 69 MsgQueue = MessageQueue::getInstanceInternal(); in PostEvt()
|
D | IPACM_Main.cpp | 812 ret = pthread_create(&cmd_queue_thread, NULL, MessageQueue::Process, NULL); in main()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_CmdQueue.h | 81 class MessageQueue 88 static MessageQueue *inst_internal; 89 static MessageQueue *inst_external; 91 MessageQueue() in MessageQueue() function 99 ~MessageQueue() { } in ~MessageQueue() 103 static MessageQueue* getInstanceInternal(); 104 static MessageQueue* getInstanceExternal();
|
/hardware/interfaces/tests/msgq/1.0/default/ |
D | BenchmarkMsgQ.h | 72 static void QueueWriter(android::hardware::MessageQueue<uint8_t, flavor>* 81 android::hardware::MessageQueue<uint8_t, flavor>* mFmqInbox, 82 android::hardware::MessageQueue<uint8_t, flavor>* mFmqOutbox, 86 android::hardware::MessageQueue<uint8_t, kSynchronizedReadWrite>* mFmqInbox; 87 android::hardware::MessageQueue<uint8_t, kSynchronizedReadWrite>* mFmqOutbox;
|
D | BenchmarkMsgQ.cpp | 33 mFmqOutbox = new (std::nothrow) android::hardware::MessageQueue<uint8_t, in configureClientInboxSyncReadWrite() 49 mFmqInbox = new (std::nothrow) android::hardware::MessageQueue<uint8_t, in configureClientOutboxSyncReadWrite() 115 void BenchmarkMsgQ::QueueWriter(android::hardware::MessageQueue<uint8_t, flavor>* mFmqOutbox, in QueueWriter() 132 android::hardware::MessageQueue<uint8_t, flavor>* mFmqInbox, in QueuePairReadWrite() 133 android::hardware::MessageQueue<uint8_t, flavor>* mFmqOutbox, in QueuePairReadWrite()
|
D | TestMsgQ.h | 49 using android::hardware::MessageQueue; 52 typedef MessageQueue<uint16_t, kSynchronizedReadWrite> MessageQueueSync; 53 typedef MessageQueue<uint16_t, kUnsynchronizedWrite> MessageQueueUnsync;
|
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/ |
D | StreamIn.h | 50 typedef MessageQueue<ReadParameters, kSynchronizedReadWrite> CommandMQ; 51 typedef MessageQueue<uint8_t, kSynchronizedReadWrite> DataMQ; 52 typedef MessageQueue<ReadStatus, kSynchronizedReadWrite> StatusMQ;
|
D | StreamOut.h | 52 typedef MessageQueue<WriteCommand, kSynchronizedReadWrite> CommandMQ; 53 typedef MessageQueue<uint8_t, kSynchronizedReadWrite> DataMQ; 54 typedef MessageQueue<WriteStatus, kSynchronizedReadWrite> StatusMQ;
|
/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/ |
D | ComposerCommandBuffer.h | 48 using android::hardware::MessageQueue; 59 using CommandQueueType = MessageQueue<uint32_t, kSynchronizedReadWrite>;
|
/hardware/google/av/codec2/vndk/bufferpool/include/bufferpool/ |
D | BufferPoolTypes.h | 60 typedef android::hardware::MessageQueue<BufferStatusMessage, kSynchronizedReadWrite> BufferStatusQu…
|
/hardware/interfaces/camera/device/3.2/default/ |
D | CameraDeviceSession.h | 49 using ::android::hardware::MessageQueue; 177 using RequestMetadataQueue = MessageQueue<uint8_t, kSynchronizedReadWrite>; 179 using ResultMetadataQueue = MessageQueue<uint8_t, kSynchronizedReadWrite>;
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDeviceSession.h | 77 using ::android::hardware::MessageQueue; 356 using RequestMetadataQueue = MessageQueue<uint8_t, kSynchronizedReadWrite>; 358 using ResultMetadataQueue = MessageQueue<uint8_t, kSynchronizedReadWrite>;
|
/hardware/interfaces/camera/device/3.3/default/ |
D | CameraDeviceSession.h | 51 using ::android::hardware::MessageQueue;
|
/hardware/interfaces/camera/device/3.4/default/include/device_v3_4_impl/ |
D | CameraDeviceSession.h | 55 using ::android::hardware::MessageQueue;
|
/hardware/interfaces/tests/msgq/1.0/ |
D | ITestMsgQ.hal | 101 * default Event Flag notification bits defined by the MessageQueue class.
|
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 49 using android::hardware::MessageQueue; 51 using CommandQueueType = MessageQueue<uint32_t, kSynchronizedReadWrite>;
|
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/ |
D | Effect.h | 61 typedef MessageQueue<Result, kSynchronizedReadWrite> StatusMQ;
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 113 using ::android::hardware::MessageQueue; 118 using ResultMetadataQueue = MessageQueue<uint8_t, kSynchronizedReadWrite>;
|