Searched refs:cv (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/radio/1.0/vts/functional/ |
D | sap_hidl_hal_test.cpp | 37 cv.notify_one(); in notify() 47 status = cv.wait_until(lock, now + std::chrono::seconds(TIMEOUT_PERIOD)); in wait()
|
D | radio_hidl_hal_test.cpp | 52 cv.notify_one(); in notify() 62 status = cv.wait_until(lock, now + std::chrono::seconds(sec)); in wait()
|
D | sap_hidl_hal_utils.h | 86 std::condition_variable cv; variable
|
D | radio_hidl_hal_utils_v1_0.h | 521 std::condition_variable cv; variable
|
/hardware/interfaces/radio/1.1/vts/functional/ |
D | radio_hidl_hal_test.cpp | 50 cv.notify_one(); in notify() 60 status = cv.wait_until(lock, now + std::chrono::seconds(sec)); in wait()
|
D | radio_hidl_hal_utils_v1_1.h | 542 std::condition_variable cv; variable
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleHalManager.cpp | 230 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/ |
D | histogram_collector.cpp | 163 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()
|
D | histogram_collector.h | 65 std::condition_variable cv; variable
|
/hardware/google/av/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 562 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()
|