HomeSort by relevance Sort by last modified time
    Searched refs:bindThread (Results 1 - 4 of 4) sorted by null

  /cts/tests/sensor/src/android/hardware/cts/helpers/
ActivityResultMultiplexedLatch.java 29 * {@link #bindThread()}, this guarantees that a latch is associated with the thread, and the result
39 * Applications get an instance by invoking {@link ActivityResultMultiplexedLatch#bindThread()}.
85 public Latch bindThread() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
BaseGnssTestActivity.java 285 ActivityResultMultiplexedLatch.Latch latch = mActivityResultMultiplexedLatch.bindThread();
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 248 void bindThread(SWR_CONTEXT* pContext, uint32_t threadId, uint32_t procGroupId = 0, bool bindProcGroup=false)
722 bindThread(pContext, threadId, pThreadData->procGroupId, pThreadData->forceBindProcGroup);
841 bindThread(pContext, 0);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java 327 ActivityResultMultiplexedLatch.Latch latch = mActivityResultMultiplexedLatch.bindThread();

Completed in 2303 milliseconds