Home
last modified time | relevance | path

Searched refs:STARTING (Results 1 – 5 of 5) sorted by relevance

/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.cc198 case BluetoothStreamState::STARTING: in ControlResultHandler()
291 case BluetoothStreamState::STARTING: in CondwaitState()
296 [this] { return this->state_ != BluetoothStreamState::STARTING; }); in CondwaitState()
326 state_ = BluetoothStreamState::STARTING; in Start()
328 retval = CondwaitState(BluetoothStreamState::STARTING); in Start()
Dstream_apis.h38 STARTING, enumerator
Dstream_apis.cc138 case BluetoothStreamState::STARTING: in operator <<()
230 BluetoothStreamState::STARTING || in out_standby()
551 BluetoothStreamState::STARTING || in out_pause()
577 BluetoothStreamState::STARTING || in out_resume()
/system/teeui/libteeui/src/
Devdev.cpp113 state_ = ThreadState::STARTING; in start()
155 condVar_.wait(lock, [this]() -> bool { return state_ != ThreadState::STARTING; }); in start()
/system/teeui/libteeui/include/secure_input/
Devdev.h79 STARTING, enumerator