Home
last modified time | relevance | path

Searched refs:protobuf (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto3 import "google/protobuf/empty.proto";
11 rpc ClearEventFilter(google.protobuf.Empty) returns (google.protobuf.Empty) {}
12 rpc ClearEventMask(google.protobuf.Empty) returns (google.protobuf.Empty) {}
13 rpc ClearFilterAcceptList(google.protobuf.Empty) returns (google.protobuf.Empty) {}
14 rpc DisconnectAllAcls(google.protobuf.Empty) returns (google.protobuf.Empty) {}
15 rpc LeRand(google.protobuf.Empty) returns (google.protobuf.Empty) {}
16 …rpc SetEventFilterConnectionSetupAllDevices(google.protobuf.Empty) returns (google.protobuf.Empty)…
17 rpc AllowWakeByHid(google.protobuf.Empty) returns (google.protobuf.Empty) {}
18 rpc RestoreFilterAcceptList(google.protobuf.Empty) returns (google.protobuf.Empty) {}
19 rpc SetDefaultEventMaskExcept(SetDefaultEventMaskExceptRequest) returns (google.protobuf.Empty) {}
[all …]
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dcontroller_facade.proto5 import "google/protobuf/empty.proto";
9 rpc GetMacAddress(google.protobuf.Empty) returns (blueberry.facade.BluetoothAddress) {}
10 rpc WriteLocalName(NameMsg) returns (google.protobuf.Empty) {}
11 rpc GetLocalName(google.protobuf.Empty) returns (NameMsg) {}
13 rpc GetLeNumberOfSupportedAdvertisingSets(google.protobuf.Empty) returns (SingleValueMsg) {}
14 rpc SupportsSimplePairing(google.protobuf.Empty) returns (SupportedMsg) {}
15 rpc SupportsSecureConnections(google.protobuf.Empty) returns (SupportedMsg) {}
16 rpc SupportsSimultaneousLeBrEdr(google.protobuf.Empty) returns (SupportedMsg) {}
17 rpc SupportsInterlacedInquiryScan(google.protobuf.Empty) returns (SupportedMsg) {}
18 rpc SupportsRssiWithInquiryResults(google.protobuf.Empty) returns (SupportedMsg) {}
[all …]
Dacl_manager_facade.proto5 import "google/protobuf/empty.proto";
9 rpc CancelConnection(ConnectionMsg) returns (google.protobuf.Empty) {}
10 rpc Disconnect(HandleMsg) returns (google.protobuf.Empty) {}
11 rpc WriteDefaultLinkPolicySettings(PolicyMsg) returns (google.protobuf.Empty) {}
12 rpc AuthenticationRequested(HandleMsg) returns (google.protobuf.Empty) {}
13 rpc ConnectionCommand(ConnectionCommandMsg) returns (google.protobuf.Empty) {}
14 rpc SwitchRole(RoleMsg) returns (google.protobuf.Empty) {}
15 rpc SendAclData(AclData) returns (google.protobuf.Empty) {}
17 rpc FetchIncomingConnection(google.protobuf.Empty) returns (stream ConnectionEvent) {}
Dhci_facade.proto5 import "google/protobuf/empty.proto";
9 rpc SendCommand(blueberry.facade.Data) returns (google.protobuf.Empty) {}
11 rpc RequestEvent(EventRequest) returns (google.protobuf.Empty) {}
12 rpc StreamEvents(google.protobuf.Empty) returns (stream blueberry.facade.Data) {}
14 rpc RequestLeSubevent(EventRequest) returns (google.protobuf.Empty) {}
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) {}
Dle_advertising_manager_facade.proto5 import "google/protobuf/empty.proto";
11 rpc EnableAdvertiser(EnableAdvertiserRequest) returns (google.protobuf.Empty) {}
12 rpc SetData(SetDataRequest) returns (google.protobuf.Empty) {}
13 rpc SetParameters(SetParametersRequest) returns (google.protobuf.Empty) {}
14 rpc SetPeriodicParameters(SetPeriodicParametersRequest) returns (google.protobuf.Empty) {}
15 rpc SetPeriodicData(SetPeriodicDataRequest) returns (google.protobuf.Empty) {}
16 rpc EnablePeriodicAdvertising(EnablePeriodicAdvertisingRequest) returns (google.protobuf.Empty) {}
17 rpc GetOwnAddress(GetOwnAddressRequest) returns (google.protobuf.Empty) {}
18 …rpc GetNumberOfAdvertisingInstances(google.protobuf.Empty) returns (GetNumberOfAdvertisingInstance…
19 rpc RemoveAdvertiser(RemoveAdvertiserRequest) returns (google.protobuf.Empty) {}
[all …]
Dle_acl_manager_facade.proto5 import "google/protobuf/empty.proto";
10 rpc CancelConnection(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
11 rpc Disconnect(LeHandleMsg) returns (google.protobuf.Empty) {}
12 rpc ConnectionCommand(LeConnectionCommandMsg) returns (google.protobuf.Empty) {}
13 rpc SendAclData(LeAclData) returns (google.protobuf.Empty) {}
15 rpc FetchIncomingConnection(google.protobuf.Empty) returns (stream LeConnectionEvent) {}
16 rpc AddDeviceToResolvingList(IrkMsg) returns (google.protobuf.Empty) {}
19 returns (google.protobuf.Empty) {}
Dle_scanning_manager_facade.proto5 import "google/protobuf/empty.proto";
8 rpc RegisterScanner(RegisterScannerRequest) returns (google.protobuf.Empty) {}
9 rpc Unregister(UnregisterRequest) returns (google.protobuf.Empty) {}
10 rpc Scan(ScanRequest) returns (google.protobuf.Empty) {}
11 rpc SetScanParameters(SetScanParametersRequest) returns (google.protobuf.Empty) {}
12 rpc FetchCallbackEvents(google.protobuf.Empty) returns (stream ScanningCallbackMsg) {}
13 rpc FetchAdvertisingReports(google.protobuf.Empty) returns (stream AdvertisingReportMsg) {}
Dle_initiator_address_facade.proto5 import "google/protobuf/empty.proto";
9 rpc SetPrivacyPolicyForInitiatorAddress(PrivacyPolicy) returns (google.protobuf.Empty) {}
10 …rpc GetCurrentInitiatorAddress(google.protobuf.Empty) returns (blueberry.facade.BluetoothAddressWi…
11 …rpc NewResolvableAddress(google.protobuf.Empty) returns (blueberry.facade.BluetoothAddressWithType…
/packages/apps/TV/libs/m2/
Dprotobuf-java-3.7.0.jar ... .google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public com.google.protobuf. ...
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dmediaplayer.proto7 import "google/protobuf/empty.proto";
11 rpc Play(google.protobuf.Empty) returns (google.protobuf.Empty);
12 rpc Stop(google.protobuf.Empty) returns (google.protobuf.Empty);
13 rpc Pause(google.protobuf.Empty) returns (google.protobuf.Empty);
14 rpc Rewind(google.protobuf.Empty) returns (google.protobuf.Empty);
15 rpc FastForward(google.protobuf.Empty) returns (google.protobuf.Empty);
16 rpc Forward(google.protobuf.Empty) returns (google.protobuf.Empty);
17 rpc Backward(google.protobuf.Empty) returns (google.protobuf.Empty);
18 rpc SetLargeMetadata(google.protobuf.Empty) returns (google.protobuf.Empty);
19 rpc UpdateQueue(google.protobuf.Empty) returns (google.protobuf.Empty);
[all …]
/packages/modules/Bluetooth/system/blueberry/facade/security/
Dfacade.proto5 import "google/protobuf/empty.proto";
11 rpc CreateBond(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
12 rpc CreateBondOutOfBand(OobDataBondMessage) returns (google.protobuf.Empty) {}
13 rpc GetOutOfBandData(google.protobuf.Empty) returns (google.protobuf.Empty) {}
14 rpc FetchGetOutOfBandDataEvents(google.protobuf.Empty) returns (stream OobDataBondMessage) {}
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) {}
18 rpc SetIoCapability(IoCapabilityMessage) returns (google.protobuf.Empty) {}
19 …rpc SetAuthenticationRequirements(AuthenticationRequirementsMessage) returns (google.protobuf.Empt…
[all …]
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
/packages/modules/Bluetooth/system/blueberry/facade/l2cap/classic/
Dfacade.proto5 import "google/protobuf/empty.proto";
9 rpc FetchConnectionComplete(google.protobuf.Empty) returns (stream ConnectionCompleteEvent) {
12 rpc FetchConnectionClose(google.protobuf.Empty) returns (stream ConnectionCloseEvent) {
15 rpc OpenChannel(OpenChannelRequest) returns (google.protobuf.Empty) {}
16 rpc CloseChannel(CloseChannelRequest) returns (google.protobuf.Empty) {}
17 rpc FetchL2capData(google.protobuf.Empty) returns (stream L2capPacket) {}
18 rpc SetDynamicChannel(SetEnableDynamicChannelRequest) returns (google.protobuf.Empty) {}
19 rpc SendDynamicChannelPacket(DynamicChannelPacket) returns (google.protobuf.Empty) {}
20 rpc SetTrafficPaused(SetTrafficPausedRequest) returns (google.protobuf.Empty) {}
21 rpc GetChannelQueueDepth(google.protobuf.Empty) returns (GetChannelQueueDepthResponse) {
[all …]
/packages/modules/Bluetooth/system/blueberry/facade/hal/
Dhal_facade.proto5 import "google/protobuf/empty.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/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/buildSrc/src/main/groovy/
Dsysuigradleproject.protobuf-kotlin-lite.gradle2 id 'com.google.protobuf'
6 // http://cs/h/android/platform/superproject/main/+/main:external/protobuf/version.json
13 api "com.google.protobuf:protobuf-lite:${protobuf_version}"
16 protobuf {
19 artifact = "com.google.protobuf:protoc:${protobuf_version}${PROTO_ARCH_SUFFIX}"
34 … artifact = "com.google.protobuf:protoc-gen-javalite:${protobuf_version}${PROTO_ARCH_SUFFIX}"
/packages/modules/Bluetooth/system/blueberry/facade/l2cap/le/
Dfacade.proto5 import "google/protobuf/empty.proto";
9 rpc FetchL2capData(google.protobuf.Empty) returns (stream L2capPacket) {}
12 rpc CloseDynamicChannel(CloseDynamicChannelRequest) returns (google.protobuf.Empty) {}
13 rpc SetDynamicChannel(SetEnableDynamicChannelRequest) returns (google.protobuf.Empty) {}
14 rpc SendDynamicChannelPacket(DynamicChannelPacket) returns (google.protobuf.Empty) {}
15 rpc SetFixedChannel(SetEnableFixedChannelRequest) returns (google.protobuf.Empty) {}
16 rpc SendFixedChannelPacket(FixedChannelPacket) returns (google.protobuf.Empty) {}
17 rpc SendConnectionParameterUpdate(ConnectionParameter) returns (google.protobuf.Empty) {}
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/gradle/
Dlibs.versions.toml21 protobuf-gradle-plugin = "0.9.4"
22 protobuf = "3.8.0" qkey
40 protobuf = { id = "com.google.protobuf", version.ref = "protobuf-gradle-plugin" } qkey
70 protobuf-javalite = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobuf" }
71 protobuf-protoc = { module = "com.google.protobuf:protoc", version.ref = "protobuf" }
79 scriptClasspath-protobuf = { module = "com.google.protobuf:protobuf-gradle-plugin", version.ref = "
/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc111 ::google::protobuf::Empty* /* response */) override { in CreateBond()
124 ::google::protobuf::Empty* /* response */) override { in CreateBondOutOfBand()
151 const ::google::protobuf::Empty* /* request */, in GetOutOfBandData()
152 ::google::protobuf::Empty* /* response */) override { in GetOutOfBandData()
160 const ::google::protobuf::Empty* /* request */, in FetchGetOutOfBandDataEvents()
168 ::google::protobuf::Empty* /* response */) override { in CreateBondLe()
181 ::google::protobuf::Empty* /* response */) override { in CancelBond()
194 ::google::protobuf::Empty* /* response */) override { in RemoveBond()
206 const ::google::protobuf::Empty* /* request */, in FetchUiEvents()
214 ::google::protobuf::Empty* /* response */) override { in SendUiCallback()
[all …]
/packages/modules/AdServices/adservices/service-core/jni/include/
Djni_util.h34 static bool BytesToCppProto(JNIEnv* env, google::protobuf::MessageLite* proto, in BytesToCppProto()
47 const google::protobuf::MessageLite& protobuf) { in SerializeProtoToJniByteArray() argument
48 const int size = protobuf.ByteSizeLong(); in SerializeProtoToJniByteArray()
56 protobuf.SerializeWithCachedSizesToArray(scoped_array); in SerializeProtoToJniByteArray()
/packages/apps/Car/Launcher/libs/car-launcher-common/
Dbuild.gradle20 id "com.google.protobuf"
76 implementation('com.google.protobuf:protobuf-javalite:3.25.1')
92 protobuf {
94 artifact = "com.google.protobuf:protoc:3.25.1"
98 // https://github.com/google/protobuf-gradle-plugin#customizing-protobuf-compilation
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfacade.cc57 const ::google::protobuf::Empty* /* request */, in FetchConnectionComplete()
64 const ::google::protobuf::Empty* /* request */, in FetchConnectionClose()
72 ::google::protobuf::Empty* /* response */) override { in SendDynamicChannelPacket()
87 ::google::protobuf::Empty* /* response */) override { in OpenChannel()
103 ::google::protobuf::Empty* /* response */) override { in CloseChannel()
114 const ::google::protobuf::Empty* /* request */, in FetchL2capData()
124 google::protobuf::Empty* /* response */) override { in SetDynamicChannel()
134 ::google::protobuf::Empty* /* response */) override { in SetTrafficPaused()
149 const ::google::protobuf::Empty* /* request */, in GetChannelQueueDepth()
159 ::google::protobuf::Empty* /* response */) override { in InitiateConnectionForSecurity()
[all …]
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/android_onboarding.nodes/
Dbuild.gradle.kts1 import com.google.protobuf.gradle.proto
11 id(libs.plugins.protobuf.get().pluginId) in <lambda>()
41 implementation(libs.protobuf.javalite) in <lambda>()
48 protobuf { in <lambda>()
/packages/modules/Bluetooth/system/gd/hal/
Dfacade.cc47 ::google::protobuf::Empty* /* response */) override { in SendCommand()
61 ::google::protobuf::Empty* /* response */) override { in SendAcl()
70 ::google::protobuf::Empty* /* response */) override { in SendSco()
78 const ::google::protobuf::Empty* /* request */, in StreamEvents()
85 const ::google::protobuf::Empty* /* request */, in StreamAcl()
92 const ::google::protobuf::Empty* /* request */, in StreamSco()
99 const ::google::protobuf::Empty* /* request */, in StreamIso()
/packages/apps/Car/Launcher/libs/appgrid/lib/
Dbuild.gradle19 id "com.google.protobuf"
105 implementation('com.google.protobuf:protobuf-javalite:3.25.1')
125 protobuf {
127 artifact = "com.google.protobuf:protoc:3.25.1"
131 // https://github.com/google/protobuf-gradle-plugin#customizing-protobuf-compilation
/packages/services/Car/tools/watchdog/
DREADME.md5 and generate a protobuf binary with the performance stats. The proto format is
14 ### Generate protobuf binary
22 ### Read the protobuf binary
23 To read the protobuf binary, one could use:

12345678910>>...15