Searched refs:statusMQ (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/audio/2.0/ |
D | IStreamIn.hal | 110 * @return statusMQ a message queue used for passing status from the driver 119 fmq_sync<ReadStatus> statusMQ,
|
D | IStreamOut.hal | 103 * @return statusMQ a message queue used for passing status from the driver 112 fmq_sync<WriteStatus> statusMQ,
|
/hardware/interfaces/audio/4.0/ |
D | IStreamIn.hal | 116 * @return statusMQ a message queue used for passing status from the driver 125 fmq_sync<ReadStatus> statusMQ,
|
D | IStreamOut.hal | 109 * @return statusMQ a message queue used for passing status from the driver 118 fmq_sync<WriteStatus> statusMQ,
|
/hardware/interfaces/audio/5.0/ |
D | IStreamIn.hal | 116 * @return statusMQ a message queue used for passing status from the driver 125 fmq_sync<ReadStatus> statusMQ,
|
D | IStreamOut.hal | 109 * @return statusMQ a message queue used for passing status from the driver 118 fmq_sync<WriteStatus> statusMQ,
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | StreamIn.cpp | 45 StreamIn::DataMQ* dataMQ, StreamIn::StatusMQ* statusMQ, EventFlag* efGroup) in ReadThread() argument 51 mStatusMQ(statusMQ), in ReadThread()
|
D | StreamOut.cpp | 44 StreamOut::StatusMQ* statusMQ, EventFlag* efGroup) in WriteThread() argument 50 mStatusMQ(statusMQ), in WriteThread()
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | Effect.cpp | 52 Effect::StatusMQ* statusMQ, EventFlag* efGroup) in ProcessThread() argument 59 mStatusMQ(statusMQ), in ProcessThread()
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffect.hal | 268 * @return statusMQ a message queue used for passing status from the effect. 271 prepareForProcessing() generates (Result retval, fmq_sync<Result> statusMQ);
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEffect.hal | 252 * @return statusMQ a message queue used for passing status from the effect. 255 prepareForProcessing() generates (Result retval, fmq_sync<Result> statusMQ);
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEffect.hal | 252 * @return statusMQ a message queue used for passing status from the effect. 255 prepareForProcessing() generates (Result retval, fmq_sync<Result> statusMQ);
|