Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_stack.cc39 bool Stack::IsRunning() { return stack_thread_ != nullptr; } in IsRunning() function in bluetooth::shim::Stack
/packages/modules/Bluetooth/system/main/shim/
Dstack.cc178 bool Stack::IsRunning() { in IsRunning() function in bluetooth::shim::Stack
/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread.cc142 bool MessageLoopThread::IsRunning() const { in IsRunning() function in bluetooth::common::MessageLoopThread
/packages/modules/Bluetooth/system/bta/le_audio/
Dcontent_control_id_keeper.cc110 bool IsRunning() { return ccid_keeper_impl_ ? true : false; } in IsRunning() function
Dle_audio_set_configuration_provider_json.cc559 bool IsRunning() { return config_provider_impl_ ? true : false; } in IsRunning() function
Dcodec_manager.cc1204 bool IsRunning() { return codec_manager_impl_ ? true : false; } in IsRunning() function
/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.cc66 bool IsRunning() { return eatt_impl_ ? true : false; } in IsRunning() function