Home
last modified time | relevance | path

Searched defs:IsRunning (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread.cc133 bool MessageLoopThread::IsRunning() const { in IsRunning() function in bluetooth::common::MessageLoopThread
/packages/modules/Bluetooth/system/bta/le_audio/
Dcontent_control_id_keeper.cc112 bool IsRunning() { return ccid_keeper_impl_ ? true : false; } in IsRunning() function
Dle_audio_set_configuration_provider_json.cc543 bool IsRunning() { return config_provider_impl_ ? true : false; } in IsRunning() function
Dcodec_manager.cc1256 bool IsRunning() { return codec_manager_impl_ ? true : false; } in IsRunning() function
/packages/modules/Bluetooth/system/main/shim/
Dstack.cc217 bool Stack::IsRunning() { in IsRunning() function in bluetooth::shim::Stack
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_eatt.cc36 bool IsRunning() { return mock_pimpl_ ? true : false; } in IsRunning() function
/packages/modules/adb/
Dtransport_fd.cpp57 bool IsRunning() { in IsRunning() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso.cc50 bool IsRunning() { return iso_impl_ ? true : false; } in IsRunning() function
/packages/modules/Bluetooth/system/stack/eatt/
Deatt.cc74 bool IsRunning() { return eatt_impl_ ? true : false; } in IsRunning() function