Searched refs:protobuf (Results 1 – 25 of 393) sorted by relevance
12345678910>>...16
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | mediaplayer.proto | 7 import "google/protobuf/empty.proto"; 11 rpc Play(google.protobuf.Empty) returns (google.protobuf.Empty); 12 rpc PlayUpdated(google.protobuf.Empty) returns (google.protobuf.Empty); 13 rpc Stop(google.protobuf.Empty) returns (google.protobuf.Empty); 14 rpc Pause(google.protobuf.Empty) returns (google.protobuf.Empty); 15 rpc Rewind(google.protobuf.Empty) returns (google.protobuf.Empty); 16 rpc FastForward(google.protobuf.Empty) returns (google.protobuf.Empty); 17 rpc Forward(google.protobuf.Empty) returns (google.protobuf.Empty); 18 rpc Backward(google.protobuf.Empty) returns (google.protobuf.Empty); 19 rpc SetLargeMetadata(google.protobuf.Empty) returns (google.protobuf.Empty); [all …]
|
D | hid.proto | 7 import "google/protobuf/empty.proto"; 11 rpc RegisterService(ServiceRequest) returns (google.protobuf.Empty); 13 rpc ConnectHost(google.protobuf.Empty) returns (google.protobuf.Empty); 15 rpc DisconnectHost(google.protobuf.Empty) returns (google.protobuf.Empty); 17 rpc VirtualCableUnplugHost(google.protobuf.Empty) returns (google.protobuf.Empty); 21 rpc OnSetProtocolMode(google.protobuf.Empty) returns (stream ProtocolModeEvent); 23 rpc OnSetReport(google.protobuf.Empty) returns (stream ReportEvent);
|
D | vcp.proto | 18 import "google/protobuf/empty.proto"; 22 rpc SetDeviceVolume(SetDeviceVolumeRequest) returns (google.protobuf.Empty); 24 rpc SetVolumeOffset(SetVolumeOffsetRequest) returns (google.protobuf.Empty); 26 rpc WaitConnect(WaitConnectRequest) returns (google.protobuf.Empty); 32 rpc SetGainSetting(SetGainSettingRequest) returns (google.protobuf.Empty); 33 rpc SetMute(SetMuteRequest) returns (google.protobuf.Empty); 34 rpc SetGainMode(SetGainModeRequest) returns (google.protobuf.Empty);
|
D | hap.proto | 18 import "google/protobuf/empty.proto"; 24 rpc SetActivePreset(SetActivePresetRequest) returns (google.protobuf.Empty); 28 rpc SetNextPreset(SetNextPresetRequest) returns (google.protobuf.Empty); 30 rpc SetPreviousPreset(SetPreviousPresetRequest) returns (google.protobuf.Empty); 32 rpc WritePresetName(WritePresetNameRequest) returns (google.protobuf.Empty); 38 rpc WaitPresetChanged(google.protobuf.Empty) returns (WaitPresetChangedResponse); 40 rpc WaitPeripheral(WaitPeripheralRequest) returns (google.protobuf.Empty);
|
D | le_audio.proto | 4 import "google/protobuf/empty.proto"; 12 rpc Open(OpenRequest) returns (google.protobuf.Empty); 16 rpc LeAudioStart(LeAudioStartRequest) returns (google.protobuf.Empty); 18 rpc LeAudioStop(LeAudioStopRequest) returns (google.protobuf.Empty);
|
D | opp.proto | 21 import "google/protobuf/empty.proto"; 25 rpc OpenRfcommChannel(OpenRfcommChannelRequest) returns (google.protobuf.Empty); 27 rpc OpenL2capChannel(OpenL2capChannelRequest) returns (google.protobuf.Empty); 29 rpc AcceptPutOperation(google.protobuf.Empty) returns (AcceptPutOperationResponse);
|
D | hfp.proto | 8 import "google/protobuf/empty.proto"; 13 rpc EnableSlc(EnableSlcRequest) returns (google.protobuf.Empty); 15 rpc DisableSlc(DisableSlcRequest) returns (google.protobuf.Empty); 17 rpc SetBatteryLevel(SetBatteryLevelRequest) returns (google.protobuf.Empty); 49 rpc EnableSlcAsHandsfree(EnableSlcAsHandsfreeRequest) returns (google.protobuf.Empty); 51 rpc DisableSlcAsHandsfree(DisableSlcAsHandsfreeRequest) returns (google.protobuf.Empty);
|
D | dck.proto | 21 import "google/protobuf/empty.proto"; 25 rpc Register(google.protobuf.Empty) returns (google.protobuf.Empty);
|
D | map.proto | 21 import "google/protobuf/empty.proto"; 24 rpc SendSMS(google.protobuf.Empty) returns (google.protobuf.Empty);
|
/packages/modules/AdServices/adservices/service-core/jni/include/ |
D | jni_util.h | 34 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/ |
D | build.gradle | 20 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/AdServices/adservices/service-core/java/com/android/adservices/data/configdelivery/ |
D | Configuration.java | 23 import com.google.protobuf.Any; 24 import com.google.protobuf.InvalidProtocolBufferException; 25 import com.google.protobuf.MessageLite; 26 import com.google.protobuf.Parser;
|
/packages/apps/Car/Launcher/libs/appgrid/lib/ |
D | build.gradle | 19 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/ |
D | README.md | 5 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:
|
/packages/apps/TV/tuner/ |
D | build.gradle | 23 apply plugin: 'com.google.protobuf' 85 implementation 'com.google.protobuf:protobuf-javalite:3.11.0' 90 protobuf { 92 artifact = 'com.google.protobuf:protoc:3.11.0'
|
/packages/apps/TV/common/ |
D | build.gradle | 23 apply plugin: 'com.google.protobuf' 97 implementation 'com.google.protobuf:protobuf-javalite:3.11.0' 100 protobuf { 102 artifact = 'com.google.protobuf:protoc:3.11.0'
|
/packages/modules/AdServices/adservices/service-core/proto/ |
D | Android.bp | 40 "external/protobuf/src", 41 "external/protobuf/java", 69 …notate_code=false -Ipackages/modules/AdServices/adservices/service-core -Iexternal/protobuf/src " + 107 "external/protobuf/src", 108 "external/protobuf/java",
|
D | seller_frontend_service.proto | 19 import "google/protobuf/struct.proto"; 20 import "google/protobuf/timestamp.proto"; 69 google.protobuf.Struct component_auctions = 2; 91 google.protobuf.Struct seller_signals = 3; 96 google.protobuf.Struct auction_signals = 4; 120 google.protobuf.Struct android_signals = 4; 125 google.protobuf.Struct browser_signals = 5; 211 google.protobuf.Struct user_bidding_signals = 4; 220 google.protobuf.Struct buyer_signals = 2;
|
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/datastore/ |
D | ProtoSerializer.kt | 21 import com.google.protobuf.ExtensionRegistryLite 22 import com.google.protobuf.InvalidProtocolBufferException 23 import com.google.protobuf.MessageLite
|
/packages/modules/StatsD/tests/src/android/cts/statsd/metric/ |
D | MetricsUtils.java | 35 import com.google.protobuf.InvalidProtocolBufferException; 36 import com.google.protobuf.Message; 37 import com.google.protobuf.Descriptors.Descriptor; 38 import com.google.protobuf.Descriptors.FieldDescriptor; 39 import com.google.protobuf.MessageLite; 40 import com.google.protobuf.Parser;
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/configdelivery/ |
D | ConfigurationTest.java | 23 import com.google.protobuf.Any; 24 import com.google.protobuf.ByteString; 25 import com.google.protobuf.InvalidProtocolBufferException;
|
/packages/apps/TV/ |
D | build.gradle | 30 classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10' 98 implementation 'com.google.protobuf:protobuf-javalite:3.11.0'
|
/packages/modules/Virtualization/libs/debian_service/ |
D | Android.bp | 7 "-Iexternal/protobuf/src " + 35 "external/protobuf/src", 36 "external/protobuf/java",
|
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/util/ |
D | ProtoParser.java | 29 import com.google.protobuf.InvalidProtocolBufferException; 30 import com.google.protobuf.MessageLite; 31 import com.google.protobuf.Parser;
|
/packages/services/Car/cpp/computepipe/runner/graph/proto/ |
D | Android.bp | 11 …cmd: "$(location aprotoc) -I$$(dirname $(in)) -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(l… 27 …cmd: "$(location aprotoc) -I$$(dirname $(in)) -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(l… 44 "external/protobuf/src",
|
12345678910>>...16