Home
last modified time | relevance | path

Searched refs:cv (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dsap_hidl_hal_test.cpp37 cv.notify_one(); in notify()
47 status = cv.wait_until(lock, now + std::chrono::seconds(TIMEOUT_PERIOD)); in wait()
Dradio_hidl_hal_test.cpp52 cv.notify_one(); in notify()
62 status = cv.wait_until(lock, now + std::chrono::seconds(sec)); in wait()
Dsap_hidl_hal_utils.h86 std::condition_variable cv; variable
Dradio_hidl_hal_utils_v1_0.h521 std::condition_variable cv; variable
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_test.cpp50 cv.notify_one(); in notify()
60 status = cv.wait_until(lock, now + std::chrono::seconds(sec)); in wait()
Dradio_hidl_hal_utils_v1_1.h542 std::condition_variable cv; variable
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp230 for (const HalClientValues& cv : clientValues) { in onBatchHalEvent() local
231 auto vecSize = cv.values.size(); in onBatchHalEvent()
240 for (VehiclePropValue* pValue : cv.values) { in onBatchHalEvent()
243 auto status = cv.client->getCallback()->onPropertyEvent(vec); in onBatchHalEvent()
246 toString(cv.client->getCallback()).c_str(), in onBatchHalEvent()
/hardware/qcom/sm8150/display/libhistogram/
Dhistogram_collector.cpp163 cv.notify_all(); in stop()
182 cv.notify_all(); in notify_histogram_event()
191 cv.wait(lk, [this] { return !started || work_available; }); in blob_processing_thread()
Dhistogram_collector.h65 std::condition_variable cv; variable
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp562 const uint8_t *cv = constData[C2PlanarLayout::PLANE_V]; in TEST_F() local
567 …ASSERT_TRUE(verifyPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), vInfo, cv, 0x… in TEST_F()
570 ASSERT_TRUE(verifyPlane({ kWidth, kHeight / 4 }, vInfo, cv, 0)); in TEST_F()
573 ASSERT_TRUE(verifyPlane({ kWidth / 4, kHeight }, vInfo, cv, 0)); in TEST_F()