Home
last modified time | relevance | path

Searched refs:CondwaitState (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy_hidl.cc345 bool BluetoothAudioPortHidl::CondwaitState(BluetoothStreamState state) { in CondwaitState() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidl
395 retval = CondwaitState(BluetoothStreamState::STARTING); in Start()
432 retval = CondwaitState(BluetoothStreamState::SUSPENDING); in Suspend()
Ddevice_port_proxy.cc426 bool BluetoothAudioPortAidl::CondwaitState(BluetoothStreamState state) { in CondwaitState() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidl
473 retval = CondwaitState(BluetoothStreamState::STARTING); in Start()
509 retval = CondwaitState(BluetoothStreamState::SUSPENDING); in Suspend()
Ddevice_port_proxy_hidl.h99 bool CondwaitState(BluetoothStreamState state);
Ddevice_port_proxy.h197 bool CondwaitState(BluetoothStreamState state);