Home
last modified time | relevance | path

Searched defs:Disable (Results 1 – 20 of 20) sorted by relevance

/system/core/libmemunreachable/
DScopedDisableMalloc.h35 void Disable() { in Disable() function
89 void Disable() { in Disable() function
/system/bt/service/common/android/bluetooth/
DIBluetoothA2dpSink.aidl26 boolean Disable(); in Disable() method
DIBluetoothA2dpSource.aidl27 boolean Disable(); in Disable() method
DIBluetoothAvrcpControl.aidl27 boolean Disable(int id); in Disable() method
DIBluetoothAvrcpTarget.aidl31 boolean Disable(); in Disable() method
DIBluetooth.aidl37 boolean Disable(); in Disable() method
/system/core/base/include/android-base/
Dscopeguard.h49 void Disable() { active_ = false; } in Disable() function
/system/bt/service/ipc/dbus/
Dbluetooth_adapter.cc79 void BluetoothAdapter::Disable(MethodCall* method_call, in Disable() function in ipc::dbus::BluetoothAdapter
/system/bt/service/
Da2dp_sink.cc53 void A2dpSink::Disable() { in Disable() function in bluetooth::A2dpSink
Davrcp_control.cc57 void AvrcpControl::Disable() { in Disable() function in bluetooth::AvrcpControl
Da2dp_source.cc131 void A2dpSource::Disable() { in Disable() function in bluetooth::A2dpSource
Davrcp_target.cc121 void AvrcpTarget::Disable() { in Disable() function in bluetooth::AvrcpTarget
Dadapter.cc258 bool Disable() override { in Disable() function in bluetooth::AdapterImpl
/system/bt/service/test/
Dadapter_unittest.cc154 TEST_F(AdapterTest, Disable) { in TEST_F() argument
/system/bt/service/ipc/binder/
Dbluetooth_a2dp_sink_binder_server.cc69 Status BluetoothA2dpSinkBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothA2dpSinkBinderServer
Dbluetooth_a2dp_source_binder_server.cc133 Status BluetoothA2dpSourceBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothA2dpSourceBinderServer
Dbluetooth_avrcp_control_binder_server.cc86 Status BluetoothAvrcpControlBinderServer::Disable(int32_t id, in Disable() function in ipc::binder::BluetoothAvrcpControlBinderServer
Dbluetooth_binder_server.cc80 Status BluetoothBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothBinderServer
Dbluetooth_avrcp_target_binder_server.cc114 Status BluetoothAvrcpTargetBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothAvrcpTargetBinderServer
/system/gsid/
Dgsi_tool.cpp463 static int Disable(sp<IGsiService> gsid, int argc, char** /* argv */) { in Disable() function