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

/hardware/interfaces/audio/2.0/
H A DIStreamIn.hal112 * @return threadInfo identifiers of the driver's dedicated thread.
120 ThreadInfo threadInfo);
H A DIStreamOut.hal105 * @return threadInfo identifiers of the driver's dedicated thread.
113 ThreadInfo threadInfo);
/hardware/interfaces/audio/4.0/
H A DIStreamIn.hal118 * @return threadInfo identifiers of the driver's dedicated thread.
126 ThreadInfo threadInfo);
H A DIStreamOut.hal111 * @return threadInfo identifiers of the driver's dedicated thread.
119 ThreadInfo threadInfo);
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DStreamIn.impl.h339 ThreadInfo threadInfo = {0, 0}; local
342 auto sendError = [&threadInfo, &_hidl_cb](Result result) {
344 threadInfo);
410 threadInfo.pid = getpid();
411 threadInfo.tid = mReadThread->getTid();
413 threadInfo);
H A DStreamOut.impl.h323 ThreadInfo threadInfo = {0, 0}; local
326 auto sendError = [&threadInfo, &_hidl_cb](Result result) {
328 threadInfo);
393 threadInfo.pid = getpid();
394 threadInfo.tid = mWriteThread->getTid();
396 threadInfo);

Completed in 59 milliseconds