/packages/modules/Bluetooth/system/ |
D | Android.bp | 16 "blueberry/facade/common.proto", 17 "blueberry/facade/hal/hal_facade.proto", 18 "blueberry/facade/hci/acl_manager_facade.proto", 19 "blueberry/facade/hci/controller_facade.proto", 20 "blueberry/facade/hci/hci_facade.proto", 21 "blueberry/facade/hci/le_acl_manager_facade.proto", 22 "blueberry/facade/hci/le_advertising_manager_facade.proto", 23 "blueberry/facade/hci/le_initiator_address_facade.proto", 24 "blueberry/facade/hci/le_scanning_manager_facade.proto", 25 "blueberry/facade/l2cap/classic/facade.proto", [all …]
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/ |
D | ExternalDbFacadeTest.java | 115 ExternalDbFacade facade = new ExternalDbFacade(sIsolatedContext, helper, in testDeletedMedia_addAndRemove() local 118 if (!facade.addDeletedMedia(ID1)) { in testDeletedMedia_addAndRemove() 122 if (!facade.addDeletedMedia(ID2)) { in testDeletedMedia_addAndRemove() 127 try (Cursor cursor = facade.queryDeletedMedia(/* generation */ 0)) { in testDeletedMedia_addAndRemove() 143 try (Cursor cursor = facade.queryDeletedMedia(/* generation */ 1)) { in testDeletedMedia_addAndRemove() 155 if (!facade.addDeletedMedia(ID1)) { in testDeletedMedia_addAndRemove() 159 if (!facade.addDeletedMedia(ID2)) { in testDeletedMedia_addAndRemove() 166 try (Cursor cursor = facade.queryDeletedMedia(/* generation */ 1)) { in testDeletedMedia_addAndRemove() 174 if (!facade.removeDeletedMedia(ID2)) { in testDeletedMedia_addAndRemove() 178 if (facade.removeDeletedMedia(ID2)) { in testDeletedMedia_addAndRemove() [all …]
|
/packages/modules/Bluetooth/system/gd/facade/ |
D | grpc_root_server.cc | 41 namespace facade { namespace 43 using ::blueberry::facade::BluetoothModule; 47 class RootFacadeService : public ::blueberry::facade::RootFacade::Service { 53 const ::blueberry::facade::StartStackRequest* request, in StartStack() 54 ::blueberry::facade::StartStackResponse* /* response */) override { in StartStack() 68 modules.add<::bluetooth::facade::ReadOnlyPropertyServerModule>(); in StartStack() 69 modules.add<::bluetooth::hci::facade::HciFacadeModule>(); in StartStack() 72 modules.add<::bluetooth::facade::ReadOnlyPropertyServerModule>(); in StartStack() 73 modules.add<::bluetooth::hci::facade::HciFacadeModule>(); in StartStack() 74 modules.add<::bluetooth::hci::facade::AclManagerFacadeModule>(); in StartStack() [all …]
|
D | read_only_property_server.cc | 22 namespace facade { namespace 24 class ReadOnlyPropertyService : public blueberry::facade::ReadOnlyProperty::Service { 30 ::blueberry::facade::BluetoothAddress* response) override { in ReadLocalAddress()
|
/packages/modules/Bluetooth/system/blueberry/facade/security/ |
D | facade.proto | 3 package blueberry.facade.security; 6 import "blueberry/facade/common.proto"; 7 import "blueberry/facade/l2cap/classic/facade.proto"; 8 import "blueberry/facade/hci/le_initiator_address_facade.proto"; 11 rpc CreateBond(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} 15 rpc CreateBondLe(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} 16 rpc CancelBond(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} 17 rpc RemoveBond(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} 38 blueberry.facade.BluetoothAddressWithType address = 1; 44 blueberry.facade.BluetoothAddressWithType address = 1; [all …]
|
/packages/modules/Bluetooth/system/blueberry/facade/hal/ |
D | hal_facade.proto | 3 package blueberry.facade.hal; 6 import "blueberry/facade/common.proto"; 9 rpc SendCommand(blueberry.facade.Data) returns (google.protobuf.Empty) {} 10 rpc StreamEvents(google.protobuf.Empty) returns (stream blueberry.facade.Data) {} 12 rpc SendAcl(blueberry.facade.Data) returns (google.protobuf.Empty) {} 13 rpc StreamAcl(google.protobuf.Empty) returns (stream blueberry.facade.Data) {} 15 rpc SendSco(blueberry.facade.Data) returns (google.protobuf.Empty) {} 16 rpc StreamSco(google.protobuf.Empty) returns (stream blueberry.facade.Data) {} 18 rpc SendIso(blueberry.facade.Data) returns (google.protobuf.Empty) {} 19 rpc StreamIso(google.protobuf.Empty) returns (stream blueberry.facade.Data) {}
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_advertising_manager_facade.cc | 38 namespace facade { namespace 46 using ::blueberry::facade::BluetoothAddress; 47 using ::blueberry::facade::BluetoothAddressTypeEnum; 48 using ::blueberry::facade::BluetoothOwnAddressTypeEnum; 49 using ::blueberry::facade::hci::AdvertisingConfig; 50 using ::blueberry::facade::hci::ExtendedAdvertisingConfig; 51 using ::blueberry::facade::hci::GapDataMsg; 52 using ::blueberry::facade::hci::PeriodicAdvertisingParameters; 199 using ::blueberry::facade::hci::AddressMsg; 200 using ::blueberry::facade::hci::AdvertisingCallbackMsg; [all …]
|
D | facade.cc | 36 namespace facade { namespace 38 using namespace blueberry::facade::hci; 75 const ::blueberry::facade::Data* command, in SendCommand() 90 const ::blueberry::facade::hci::EventRequest* event, in RequestEvent() 99 const ::blueberry::facade::hci::EventRequest* event, in RequestLeSubevent() 109 ::grpc::ServerWriter<::blueberry::facade::Data>* writer) override { in StreamEvents() 116 ::grpc::ServerWriter<::blueberry::facade::Data>* writer) override { in StreamLeSubevents() 141 const ::blueberry::facade::Data* acl, in SendAcl() 164 ::grpc::ServerWriter<::blueberry::facade::Data>* writer) override { in StreamAcl() 183 ::blueberry::facade::Data incoming; in on_acl_ready() [all …]
|
D | le_initiator_address_facade.cc | 34 namespace facade { namespace 36 using namespace blueberry::facade::hci; 81 ::blueberry::facade::BluetoothAddressWithType* response) override { in GetCurrentInitiatorAddress() 83 auto bluetooth_address = new ::blueberry::facade::BluetoothAddress(); in GetCurrentInitiatorAddress() 85 …response->set_type(static_cast<::blueberry::facade::BluetoothAddressTypeEnum>(current.GetAddressTy… in GetCurrentInitiatorAddress() 93 ::blueberry::facade::BluetoothAddressWithType* response) override { in NewResolvableAddress() 95 auto bluetooth_address = new ::blueberry::facade::BluetoothAddress(); in NewResolvableAddress() 97 …response->set_type(static_cast<::blueberry::facade::BluetoothAddressTypeEnum>(another.GetAddressTy… in NewResolvableAddress()
|
D | le_scanning_manager_facade.cc | 36 namespace facade { namespace 44 using namespace blueberry::facade::hci; 114 msg.set_status(static_cast<facade::ScanningStatus>(status)); in OnScannerRegistered() 122 msg.set_status(static_cast<facade::ScanningStatus>(status)); in OnSetScannerParameterComplete()
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | facade.cc | 33 class HciHalFacadeService : public blueberry::facade::hal::HciHalFacade::Service, 46 const ::blueberry::facade::Data* request, in SendCommand() 60 const ::blueberry::facade::Data* request, in SendAcl() 69 const ::blueberry::facade::Data* request, in SendSco() 79 ::grpc::ServerWriter<::blueberry::facade::Data>* writer) override { in StreamEvents() 86 ::grpc::ServerWriter<::blueberry::facade::Data>* writer) override { in StreamAcl() 93 ::grpc::ServerWriter<::blueberry::facade::Data>* writer) override { in StreamSco() 100 ::grpc::ServerWriter<::blueberry::facade::Data>* writer) override { in StreamIso() 106 ::blueberry::facade::Data response; in hciEventReceived() 115 ::blueberry::facade::Data response; in aclDataReceived() [all …]
|
/packages/modules/Bluetooth/system/gd/grpc/ |
D | grpc_module.cc | 46 for (const auto& facade : facades_) { in StartServer() local 47 builder.RegisterService(facade->GetService()); in StartServer() 56 for (const auto& facade : facades_) { in StartServer() local 57 facade->OnServerStarted(); in StartServer() 67 for (const auto& facade : facades_) { in StopServer() local 68 facade->OnServerStopped(); in StopServer() 74 void GrpcModule::Register(GrpcFacadeModule* facade) { in Register() argument 77 facades_.push_back(facade); in Register() 80 void GrpcModule::Unregister(GrpcFacadeModule* facade) { in Unregister() argument 84 if (*it == facade) { in Unregister()
|
/packages/modules/Bluetooth/system/blueberry/facade/l2cap/classic/ |
D | facade.proto | 3 package blueberry.facade.l2cap.classic; 6 import "blueberry/facade/common.proto"; 25 …rpc InitiateConnectionForSecurity(blueberry.facade.BluetoothAddress) returns (google.protobuf.Empt… 27 …rpc SecurityLinkEnsureAuthenticated(blueberry.facade.BluetoothAddress) returns (google.protobuf.Em… 28 rpc SecurityLinkHold(blueberry.facade.BluetoothAddress) returns (google.protobuf.Empty) {} 29 rpc SecurityLinkDisconnect(blueberry.facade.BluetoothAddress) returns (google.protobuf.Empty) {} 30 rpc SecurityLinkRelease(blueberry.facade.BluetoothAddress) returns (google.protobuf.Empty) {} 43 blueberry.facade.BluetoothAddress address = 1; 52 blueberry.facade.BluetoothAddress remote = 1; 56 blueberry.facade.BluetoothAddress remote = 1; [all …]
|
/packages/modules/Bluetooth/system/blueberry/facade/hci/ |
D | hci_facade.proto | 3 package blueberry.facade.hci; 6 import "blueberry/facade/common.proto"; 9 rpc SendCommand(blueberry.facade.Data) returns (google.protobuf.Empty) {} 12 rpc StreamEvents(google.protobuf.Empty) returns (stream blueberry.facade.Data) {} 15 rpc StreamLeSubevents(google.protobuf.Empty) returns (stream blueberry.facade.Data) {} 17 rpc SendAcl(blueberry.facade.Data) returns (google.protobuf.Empty) {} 18 rpc StreamAcl(google.protobuf.Empty) returns (stream blueberry.facade.Data) {}
|
D | le_acl_manager_facade.proto | 3 package blueberry.facade.hci; 6 import "blueberry/facade/common.proto"; 10 rpc CancelConnection(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} 40 blueberry.facade.BluetoothAddressWithType peer_address = 1; 45 blueberry.facade.BluetoothAddressWithType peer = 1; 51 blueberry.facade.BluetoothAddressWithType peer_address = 1;
|
D | le_initiator_address_facade.proto | 3 package blueberry.facade.hci; 6 import "blueberry/facade/common.proto"; 10 …rpc GetCurrentInitiatorAddress(google.protobuf.Empty) returns (blueberry.facade.BluetoothAddressWi… 11 …rpc NewResolvableAddress(google.protobuf.Empty) returns (blueberry.facade.BluetoothAddressWithType… 24 blueberry.facade.BluetoothAddressWithType address_with_type = 2;
|
D | le_advertising_manager_facade.proto | 3 package blueberry.facade.hci; 6 import "blueberry/facade/common.proto"; 65 blueberry.facade.BluetoothOwnAddressTypeEnum own_address_type = 7; 66 blueberry.facade.BluetoothPeerAddressTypeEnum peer_address_type = 8; 67 blueberry.facade.BluetoothAddress peer_address = 9; 179 blueberry.facade.BluetoothAddressWithType address = 3;
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | Android.bp | 69 "facade/acl_manager_facade.cc", 70 "facade/controller_facade.cc", 71 "facade/facade.cc", 72 "facade/le_acl_manager_facade.cc", 73 "facade/le_advertising_manager_facade.cc", 74 "facade/le_initiator_address_facade.cc", 75 "facade/le_scanning_manager_facade.cc",
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_security.py | 23 from blueberry.facade import common_pb2 as common 26 from blueberry.facade.security.facade_pb2 import AuthenticationRequirements 27 from blueberry.facade.security.facade_pb2 import AuthenticationRequirementsMessage 28 from blueberry.facade.security.facade_pb2 import SecurityPolicyMessage 29 from blueberry.facade.security.facade_pb2 import IoCapabilities 30 from blueberry.facade.security.facade_pb2 import IoCapabilityMessage 31 from blueberry.facade.security.facade_pb2 import OobDataBondMessage 32 from blueberry.facade.security.facade_pb2 import OobDataMessage 33 from blueberry.facade.security.facade_pb2 import UiMsgType 34 from blueberry.facade.security.facade_pb2 import UiCallbackMsg [all …]
|
/packages/modules/Bluetooth/system/blueberry/facade/l2cap/le/ |
D | facade.proto | 3 package blueberry.facade.l2cap.le; 6 import "blueberry/facade/common.proto"; 34 blueberry.facade.BluetoothAddressWithType remote = 1; 43 blueberry.facade.BluetoothAddressWithType remote = 1; 62 blueberry.facade.BluetoothAddressWithType remote = 1; 73 blueberry.facade.BluetoothAddressWithType remote = 1;
|
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/security/ |
D | oob_pairing_sl4a_test.py | 30 from blueberry.facade import common_pb2 as common 31 from blueberry.facade.hci import le_advertising_manager_facade_pb2 as le_advertising_facade 32 from blueberry.facade.hci import le_initiator_address_facade_pb2 as le_initiator_address_facade 33 from blueberry.facade.security.facade_pb2 import AdvertisingCallbackMsgType 34 from blueberry.facade.security.facade_pb2 import BondMsgType 35 from blueberry.facade.security.facade_pb2 import LeAuthRequirementsMessage 36 from blueberry.facade.security.facade_pb2 import LeIoCapabilityMessage 37 from blueberry.facade.security.facade_pb2 import LeOobDataPresentMessage 38 from blueberry.facade.security.facade_pb2 import UiCallbackMsg 39 from blueberry.facade.security.facade_pb2 import UiCallbackType [all …]
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/ |
D | le_scanning_with_security_test.py | 21 from blueberry.facade.hci import hci_facade_pb2 as hci_facade 22 from blueberry.facade.hci import le_advertising_manager_facade_pb2 as le_advertising_facade 23 from blueberry.facade.hci import le_initiator_address_facade_pb2 as le_initiator_address_facade 24 from blueberry.facade.hci import le_scanning_manager_facade_pb2 as le_scanning_facade 25 from blueberry.facade import common_pb2 as common
|
D | le_scanning_manager_test.py | 24 from blueberry.facade import common_pb2 as common 25 from blueberry.facade import rootservice_pb2 as facade_rootservice 27 from blueberry.facade.hci import hci_facade_pb2 as hci_facade 28 from blueberry.facade.hci import le_scanning_manager_facade_pb2 as le_scanning_facade 29 from blueberry.facade.hci import le_advertising_manager_facade_pb2 as le_advertising_facade 30 from blueberry.facade.hci import le_initiator_address_facade_pb2 as le_initiator_address_facade 31 from blueberry.facade.hci.le_scanning_manager_facade_pb2 import ScanningCallbackMsgType 32 from blueberry.facade.hci.le_scanning_manager_facade_pb2 import ScanningStatus
|
/packages/modules/Bluetooth/system/blueberry/facade/ |
D | rootservice.proto | 3 package blueberry.facade; 6 import "blueberry/facade/common.proto"; 33 rpc ReadLocalAddress(google.protobuf.Empty) returns (blueberry.facade.BluetoothAddress) {}
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/ |
D | PickerSyncControllerTest.java | 990 PickerDbFacade facade = new PickerDbFacade(mContext, mLockManager, LOCAL_PROVIDER_AUTHORITY, in testSyncAfterDbCreate() local 993 mContext, facade, mConfigStore, mLockManager, LOCAL_PROVIDER_AUTHORITY); in testSyncAfterDbCreate() 998 try (Cursor cr = queryMedia(facade)) { in testSyncAfterDbCreate() 1011 facade = new PickerDbFacade(mContext, mLockManager, LOCAL_PROVIDER_AUTHORITY, dbHelper); in testSyncAfterDbCreate() 1013 mContext, facade, mConfigStore, mLockManager, LOCAL_PROVIDER_AUTHORITY); in testSyncAfterDbCreate() 1016 try (Cursor cr = queryMedia(facade)) { in testSyncAfterDbCreate() 1024 try (Cursor cr = queryMedia(facade)) { in testSyncAfterDbCreate() 1037 PickerDbFacade facade = new PickerDbFacade(mContext, mLockManager, LOCAL_PROVIDER_AUTHORITY, in testSyncAfterDbUpgrade() local 1040 mContext, facade, mConfigStore, mLockManager, LOCAL_PROVIDER_AUTHORITY); in testSyncAfterDbUpgrade() 1045 try (Cursor cr = queryMedia(facade)) { in testSyncAfterDbUpgrade() [all …]
|