HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothBinderServer (Results 1 - 2 of 2) sorted by null

  /system/bt/service/ipc/binder/
bluetooth_binder_server.cc 40 BluetoothBinderServer::BluetoothBinderServer(bluetooth::Adapter* adapter)
46 BluetoothBinderServer::~BluetoothBinderServer() {
51 Status BluetoothBinderServer::IsEnabled(bool* _aidl_return) {
57 Status BluetoothBinderServer::GetState(int32_t* _aidl_return) {
63 Status BluetoothBinderServer::Enable(bool start_restricted,
70 Status BluetoothBinderServer::EnableNoAutoConnect(bool* _aidl_return) {
77 Status BluetoothBinderServer::Disable(bool* _aidl_return) {
83 Status BluetoothBinderServer::GetAddress(::android::String16* _aidl_return)
    [all...]
bluetooth_binder_server.h 53 class BluetoothBinderServer : public BnBluetooth,
56 explicit BluetoothBinderServer(bluetooth::Adapter* adapter);
57 ~BluetoothBinderServer() override;
120 DISALLOW_COPY_AND_ASSIGN(BluetoothBinderServer);

Completed in 660 milliseconds