Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/bluetooth/
DDevicePortProxy.cpp321 bool BluetoothAudioPortAidl::condWaitState(BluetoothStreamState state) { in condWaitState() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidl
367 if (!condWaitState(state_)) { in start()
384 retval = condWaitState(BluetoothStreamState::STARTING); in start()
419 if (!condWaitState(state_)) { in suspend()
436 retval = condWaitState(BluetoothStreamState::SUSPENDING); in suspend()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DDevicePortProxy.h214 bool condWaitState(BluetoothStreamState state);