Searched defs:IsEnabled (Results 1 - 4 of 4) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/src/ | ||
H A D | test_channel_transport.cc | 84 bool TestChannelTransport::IsEnabled() { function in class:test_vendor_lib::TestChannelTransport |
/system/bt/service/common/bluetooth/binder/ | ||
H A D | IBluetooth.cpp | 72 bool is_enabled = IsEnabled(); 168 bool BpBluetooth::IsEnabled() { function in class:ipc::binder::BpBluetooth |
/system/bt/service/ipc/binder/ | ||
H A D | bluetooth_binder_server.cpp | 43 bool BluetoothBinderServer::IsEnabled() { function in class:ipc::binder::BluetoothBinderServer 45 return adapter_->IsEnabled(); 119 if (!adapter_->IsEnabled()) { 134 if (!adapter_->IsEnabled()) { 149 if (!adapter_->IsEnabled()) { |
/system/tpm/trunks/ | ||
H A D | tpm_state_impl.cc | 178 bool TpmStateImpl::IsEnabled() { function in class:trunks::TpmStateImpl |
Completed in 285 milliseconds