Home
last modified time | relevance | path

Searched refs:threadInfo (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLSnapshotTestDispatch.cpp71 RenderThreadInfo* threadInfo = RenderThreadInfo::get(); in saveSnapshot() local
72 if (threadInfo) { in saveSnapshot()
73 threadInfo->onSave(a_stream); in saveSnapshot()
97 RenderThreadInfo* threadInfo = RenderThreadInfo::get(); in loadSnapshot() local
98 if (threadInfo) { in loadSnapshot()
99 threadInfo->onLoad(m_stream.get()); in loadSnapshot()
102 threadInfo->m_glInfo->currContext ? threadInfo->m_glInfo->currContext->getHndl() in loadSnapshot()
104 threadInfo->m_glInfo->currDrawSurf ? threadInfo->m_glInfo->currDrawSurf->getHndl() in loadSnapshot()
106 threadInfo->m_glInfo->currReadSurf ? threadInfo->m_glInfo->currReadSurf->getHndl() in loadSnapshot()
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp366 ThreadInfo threadInfo = {0, 0}; in prepareForReading() local
368 int32_t threadInfo = 0; in prepareForReading() local
372 auto sendError = [&threadInfo, &_hidl_cb](Result result) { in prepareForReading()
374 threadInfo); in prepareForReading()
440 threadInfo.pid = getpid(); in prepareForReading()
441 threadInfo.tid = mReadThread->getTid(); in prepareForReading()
443 threadInfo = mReadThread->getTid(); in prepareForReading()
446 threadInfo); in prepareForReading()
DStreamOut.cpp353 ThreadInfo threadInfo = {0, 0}; in prepareForWriting() local
355 int32_t threadInfo = 0; in prepareForWriting() local
359 auto sendError = [&threadInfo, &_hidl_cb](Result result) { in prepareForWriting()
361 threadInfo); in prepareForWriting()
426 threadInfo.pid = getpid(); in prepareForWriting()
427 threadInfo.tid = mWriteThread->getTid(); in prepareForWriting()
429 threadInfo = mWriteThread->getTid(); in prepareForWriting()
432 threadInfo); in prepareForWriting()
/hardware/google/gfxstream/host/
DRenderThread.cpp60 RenderThreadInfo* threadInfo; member
216 objects.threadInfo->onLoad(&*mStream); in loadImpl()
226 objects.threadInfo->onSave(&*mStream); in saveImpl()
/hardware/interfaces/audio/2.0/
DIStreamIn.hal112 * @return threadInfo identifiers of the driver's dedicated thread.
120 ThreadInfo threadInfo);
DIStreamOut.hal105 * @return threadInfo identifiers of the driver's dedicated thread.
113 ThreadInfo threadInfo);
/hardware/interfaces/audio/4.0/
DIStreamIn.hal118 * @return threadInfo identifiers of the driver's dedicated thread.
126 ThreadInfo threadInfo);
DIStreamOut.hal111 * @return threadInfo identifiers of the driver's dedicated thread.
119 ThreadInfo threadInfo);
/hardware/interfaces/audio/5.0/
DIStreamIn.hal118 * @return threadInfo identifiers of the driver's dedicated thread.
126 ThreadInfo threadInfo);
DIStreamOut.hal111 * @return threadInfo identifiers of the driver's dedicated thread.
119 ThreadInfo threadInfo);
/hardware/interfaces/audio/6.0/
DIStreamIn.hal118 * @return threadInfo identifiers of the driver's dedicated thread.
126 ThreadInfo threadInfo);
DIStreamOut.hal112 * @return threadInfo identifiers of the driver's dedicated thread.
120 ThreadInfo threadInfo);