Home
last modified time | relevance | path

Searched refs:timeout_is_error (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp211 void wait_for_event(bool timeout_is_error);
323 void BluetoothHidlTest::wait_for_event(bool timeout_is_error = true) { in wait_for_event() argument
328 EXPECT_TRUE(no_timeout || !timeout_is_error); in wait_for_event()
329 if (no_timeout && timeout_is_error) { in wait_for_event()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp213 void wait_for_event(bool timeout_is_error);
335 void BluetoothHidlTest::wait_for_event(bool timeout_is_error = true) { in wait_for_event() argument
340 EXPECT_TRUE(no_timeout || !timeout_is_error); in wait_for_event()
341 if (no_timeout && timeout_is_error) { in wait_for_event()