/system/media/camera/docs/ |
D | camera_device_info.proto | 15 optional bool profile_480p = 1; 16 optional bool profile_720p = 2; 17 optional bool profile_1080p = 3; 18 optional bool profile_cif = 4; 19 optional bool profile_qcif = 5; 20 optional bool profile_qvga = 6; 21 optional int32 num_of_camera = 7; 25 optional int32 numerator = 1; 26 optional int32 denominator = 2; 30 optional int32 width = 1; [all …]
|
D | camera_device_info.mako | 15 optional bool profile_480p = 1; 16 optional bool profile_720p = 2; 17 optional bool profile_1080p = 3; 18 optional bool profile_cif = 4; 19 optional bool profile_qcif = 5; 20 optional bool profile_qvga = 6; 21 optional int32 num_of_camera = 7; 25 optional int32 numerator = 1; 26 optional int32 denominator = 2; 30 optional int32 width = 1; [all …]
|
/system/nfc/src/fuzzers/integration/ |
D | nfc_integration_fuzzer.proto | 5 optional bytes data_provider = 2; 6 optional SimulatePacketArrival setup_packet = 3; 7 optional DtaMode dta_mode = 4; 70 optional int32 ee_handle = 1; 71 optional int32 tech_mask = 2; 75 optional int32 handle = 1; 76 optional bool flush = 2; 80 optional int32 handle = 1; 81 optional int32 dsap = 2; 82 optional bytes data = 3; [all …]
|
/system/core/storaged/ |
D | storaged.proto | 8 optional uint64 rd_fg_chg_on = 1; 9 optional uint64 rd_fg_chg_off = 2; 10 optional uint64 rd_bg_chg_on = 3; 11 optional uint64 rd_bg_chg_off = 4; 12 optional uint64 wr_fg_chg_on = 5; 13 optional uint64 wr_fg_chg_off = 6; 14 optional uint64 wr_bg_chg_on = 7; 15 optional uint64 wr_bg_chg_off = 8; 19 optional string task_name = 1; 20 optional IOUsage ios = 2; [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 45 …llableInterfaceArray(const ::std::optional<::std::vector<::std::optional<::android::String16>>>& n… 46 …:std::optional<::std::vector<::android::sp<::android::aidl::tests::INamedCallback>>>& services, co… 47 …tus GetInterfaceList(const ::std::optional<::std::vector<::std::optional<::android::String16>>>& n… 48 …:std::optional<::std::vector<::android::sp<::android::aidl::tests::INamedCallback>>>& services, co… 53 …der::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& input, ::std::op… 54 …tNullableByteEnumArray(const ::std::optional<::std::vector<::android::aidl::tests::ByteEnum>>& inp… 55 …atNullableIntEnumArray(const ::std::optional<::std::vector<::android::aidl::tests::IntEnum>>& inpu… 56 …tNullableLongEnumArray(const ::std::optional<::std::vector<::android::aidl::tests::LongEnum>>& inp… 57 …:binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, ::std::opt… 58 …gList(const ::std::optional<::std::vector<::std::optional<::android::String16>>>& input, ::std::op… [all …]
|
D | ITestService.h | 268 ::std::optional<::std::vector<::android::sp<::android::IBinder>>> nullable_binder_array; 270 ::std::optional<::std::vector<::android::sp<::android::IBinder>>> nullable_binder_list; 272 ::std::optional<::android::os::ParcelFileDescriptor> nullable_pfd; 274 …::std::optional<::std::vector<::std::optional<::android::os::ParcelFileDescriptor>>> nullable_pfd_… 276 …::std::optional<::std::vector<::std::optional<::android::os::ParcelFileDescriptor>>> nullable_pfd_… 278 ::std::optional<::android::aidl::tests::ITestService::Empty> nullable_parcel; 280 …::std::optional<::std::vector<::std::optional<::android::aidl::tests::ITestService::Empty>>> nulla… 282 …::std::optional<::std::vector<::std::optional<::android::aidl::tests::ITestService::Empty>>> nulla… 453 …llableInterfaceArray(const ::std::optional<::std::vector<::std::optional<::android::String16>>>& n… 454 …:std::optional<::std::vector<::android::sp<::android::aidl::tests::INamedCallback>>>& services, co… [all …]
|
D | BnTestService.h | 198 …llableInterfaceArray(const ::std::optional<::std::vector<::std::optional<::android::String16>>>& n… in GetNullableInterfaceArray() 201 …:std::optional<::std::vector<::android::sp<::android::aidl::tests::INamedCallback>>>& services, co… in VerifyNamesWithNullableInterfaceArray() 204 …tus GetInterfaceList(const ::std::optional<::std::vector<::std::optional<::android::String16>>>& n… in GetInterfaceList() 207 …:std::optional<::std::vector<::android::sp<::android::aidl::tests::INamedCallback>>>& services, co… in VerifyNamesWithInterfaceList() 222 …der::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& input, ::std::op… in RepeatNullableIntArray() 225 …tNullableByteEnumArray(const ::std::optional<::std::vector<::android::aidl::tests::ByteEnum>>& inp… in RepeatNullableByteEnumArray() 228 …atNullableIntEnumArray(const ::std::optional<::std::vector<::android::aidl::tests::IntEnum>>& inpu… in RepeatNullableIntEnumArray() 231 …tNullableLongEnumArray(const ::std::optional<::std::vector<::android::aidl::tests::LongEnum>>& inp… in RepeatNullableLongEnumArray() 234 …:binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, ::std::opt… in RepeatNullableString() 237 …gList(const ::std::optional<::std::vector<::std::optional<::android::String16>>>& input, ::std::op… in RepeatNullableStringList() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 46 …s GetNullableInterfaceArray(const std::optional<std::vector<std::optional<std::string>>>& in_names… 47 …td::optional<std::vector<std::shared_ptr<::aidl::android::aidl::tests::INamedCallback>>>& in_servi… 48 …pedAStatus GetInterfaceList(const std::optional<std::vector<std::optional<std::string>>>& in_names… 49 …td::optional<std::vector<std::shared_ptr<::aidl::android::aidl::tests::INamedCallback>>>& in_servi… 54 …:ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, std::op… 55 …NullableByteEnumArray(const std::optional<std::vector<::aidl::android::aidl::tests::ByteEnum>>& in… 56 …atNullableIntEnumArray(const std::optional<std::vector<::aidl::android::aidl::tests::IntEnum>>& in… 57 …NullableLongEnumArray(const std::optional<std::vector<::aidl::android::aidl::tests::LongEnum>>& in… 58 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona… 59 …ableStringList(const std::optional<std::vector<std::optional<std::string>>>& in_input, std::option… [all …]
|
D | BnTestService.h | 121 …s GetNullableInterfaceArray(const std::optional<std::vector<std::optional<std::string>>>& in_names… in GetNullableInterfaceArray() 124 …td::optional<std::vector<std::shared_ptr<::aidl::android::aidl::tests::INamedCallback>>>& in_servi… in VerifyNamesWithNullableInterfaceArray() 127 …pedAStatus GetInterfaceList(const std::optional<std::vector<std::optional<std::string>>>& in_names… in GetInterfaceList() 130 …td::optional<std::vector<std::shared_ptr<::aidl::android::aidl::tests::INamedCallback>>>& in_servi… in VerifyNamesWithInterfaceList() 145 …:ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, std::op… in RepeatNullableIntArray() 148 …NullableByteEnumArray(const std::optional<std::vector<::aidl::android::aidl::tests::ByteEnum>>& in… in RepeatNullableByteEnumArray() 151 …atNullableIntEnumArray(const std::optional<std::vector<::aidl::android::aidl::tests::IntEnum>>& in… in RepeatNullableIntEnumArray() 154 …NullableLongEnumArray(const std::optional<std::vector<::aidl::android::aidl::tests::LongEnum>>& in… in RepeatNullableLongEnumArray() 157 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona… in RepeatNullableString() 160 …ableStringList(const std::optional<std::vector<std::optional<std::string>>>& in_input, std::option… in RepeatNullableStringList() [all …]
|
D | ITestService.h | 284 std::optional<std::vector<::ndk::SpAIBinder>> nullable_binder_array; 286 std::optional<std::vector<::ndk::SpAIBinder>> nullable_binder_list; 290 std::optional<std::vector<::ndk::ScopedFileDescriptor>> nullable_pfd_array; 292 std::optional<std::vector<::ndk::ScopedFileDescriptor>> nullable_pfd_list; 294 std::optional<::aidl::android::aidl::tests::ITestService::Empty> nullable_parcel; 296 …std::optional<std::vector<std::optional<::aidl::android::aidl::tests::ITestService::Empty>>> nulla… 298 …std::optional<std::vector<std::optional<::aidl::android::aidl::tests::ITestService::Empty>>> nulla… 542 …s GetNullableInterfaceArray(const std::optional<std::vector<std::optional<std::string>>>& in_names… 543 …td::optional<std::vector<std::shared_ptr<::aidl::android::aidl::tests::INamedCallback>>>& in_servi… 544 …pedAStatus GetInterfaceList(const std::optional<std::vector<std::optional<std::string>>>& in_names… [all …]
|
/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustyKeyMintOperation.h | 31 using std::optional; 43 const optional<HardwareAuthToken>& authToken, 44 const optional<TimeStampToken>& timestampToken) override; 46 ScopedAStatus update(const vector<uint8_t>& input, const optional<HardwareAuthToken>& authToken, 47 const optional<TimeStampToken>& timestampToken, 50 ScopedAStatus finish(const optional<vector<uint8_t>>& input, // 51 const optional<vector<uint8_t>>& signature, // 52 const optional<HardwareAuthToken>& authToken, // 53 const optional<TimeStampToken>& timestampToken, 54 const optional<vector<uint8_t>>& confirmationToken,
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
D | ble_filter.proto | 20 // Each Filter is defined by its id (required) with optional fields of rssi, 46 optional bytes authenticity_key = 1; 47 optional bytes metadata_encryption_key_tag = 2; 52 optional bytes secret_id = 1; 53 optional bytes authenticity_key = 2; 54 optional bytes public_key = 3; 55 optional bytes encrypted_metadata = 4; 56 optional bytes encrypted_metadata_tag = 5; 70 optional int32 key = 1; 71 optional bytes value = 2; [all …]
|
D | nearby_extension.proto | 30 optional bytes oem_filter = 1; 31 optional uint32 oem_filter_length = 2; 50 optional uint32 report_delay_ms = 4; 56 optional ChreBleScanMode scan_mode = 5; 70 optional ChreBleAdType type = 1; 72 optional uint32 len = 2; 76 optional bytes data = 3; 77 optional bytes data_mask = 4; 102 optional int32 result = 1; 104 optional uint32 vendor_status = 2; [all …]
|
/system/keymaster/ng/include/ |
D | AndroidKeyMintOperation.h | 32 using std::optional; 44 const optional<HardwareAuthToken>& authToken, 45 const optional<TimeStampToken>& timestampToken) override; 47 ScopedAStatus update(const vector<uint8_t>& input, const optional<HardwareAuthToken>& authToken, 48 const optional<TimeStampToken>& timestampToken, 51 ScopedAStatus finish(const optional<vector<uint8_t>>& input, // 52 const optional<vector<uint8_t>>& signature, // 53 const optional<HardwareAuthToken>& authToken, // 54 const optional<TimeStampToken>& timestampToken, 55 const optional<vector<uint8_t>>& confirmationToken,
|
/system/apex/apexd/ |
D | apex_file.h | 51 const std::optional<uint32_t>& GetImageOffset() const { in GetImageOffset() 54 const std::optional<size_t>& GetImageSize() const { return image_size_; } in GetImageSize() 57 const std::optional<std::string>& GetFsType() const { return fs_type_; } in GetFsType() 65 const std::optional<uint32_t>& image_offset, in ApexFile() 66 const std::optional<size_t>& image_size, in ApexFile() 68 const std::optional<std::string>& fs_type, bool is_compressed) in ApexFile() 78 std::optional<uint32_t> image_offset_; 79 std::optional<size_t> image_size_; 82 std::optional<std::string> fs_type_;
|
/system/chre/apps/test/common/proto/ |
D | chre_cross_validation_sensor.proto | 42 optional uint32 chreSensorType = 1; 43 optional uint64 intervalInMs = 2; 44 optional uint64 latencyInMs = 3; 45 optional bool isContinuous = 4; 46 optional uint32 sensorIndex = 5; 53 optional uint32 chreSensorType = 1; 55 optional bytes sensorName = 2; 62 optional uint32 chreSensorType = 1; 63 optional bool isAvailable = 2; 64 optional uint32 sensorIndex = 3; [all …]
|
/system/extras/simpleperf/ |
D | cmd_report_sample.proto | 37 optional uint64 time = 1; 38 optional int32 thread_id = 2; 42 optional uint64 vaddr_in_file = 1; 45 optional uint32 file_id = 2; 50 optional int32 symbol_id = 3; 61 optional ExecutionType execution_type = 4 [default = NATIVE_METHOD]; 78 optional uint64 event_count = 4; 81 optional uint32 event_type_id = 5; 86 optional uint32 raw_error_code = 1; 88 optional uint64 error_addr = 2; [all …]
|
/system/chre/core/ |
D | chre_metrics.proto | 36 optional string reverse_domain_name = 1; 59 optional int64 nanoapp_id = 2; 62 optional Type type = 3; 65 optional Reason reason = 4; 96 optional string reverse_domain_name = 1; 107 optional ChrePalType pal = 2; 110 optional Type type = 3; 160 optional string reverse_domain_name = 1; 163 optional int32 snapshot_chre_get_time_ms = 2; 166 optional ChreApiType api_type = 3; [all …]
|
/system/keymaster/include/keymaster/contexts/ |
D | pure_soft_remote_provisioning_context.h | 46 std::optional<cppcose::HmacSha256> 65 std::optional<uint32_t> os_version_; 66 std::optional<uint32_t> os_patchlevel_; 67 std::optional<uint32_t> vendor_patchlevel_; 68 std::optional<uint32_t> boot_patchlevel_; 69 std::optional<std::string> verified_boot_state_; 70 std::optional<std::string> bootloader_state_; 71 std::optional<std::vector<uint8_t>> vbmeta_digest_;
|
/system/tools/aidl/tests/ |
D | aidl_test_client_utf8_strings.cpp | 55 std::optional<std::string> reply; in TEST_F() 61 std::optional<std::string> reply; in TEST_F() 88 Status (ITestService::*func)(const std::optional<std::vector<std::optional<std::string>>>&, in DoTest() 89 std::optional<std::vector<std::optional<std::string>>>*, in DoTest() 90 std::optional<std::vector<std::optional<std::string>>>*)) { in DoTest() 91 std::optional<std::vector<std::optional<std::string>>> input; in DoTest() 108 input = std::vector<std::optional<std::string>>(); in DoTest() 114 repeated = std::vector<std::optional<std::string>>(input->size()); in DoTest()
|
D | aidl_test_client_ndk_strings_test.cpp | 63 std::optional<std::string> reply; in TEST_F() 69 std::optional<std::string> reply; in TEST_F() 96 const std::optional<std::vector<std::optional<std::string>>>&, in DoTest() 97 std::optional<std::vector<std::optional<std::string>>>*, in DoTest() 98 std::optional<std::vector<std::optional<std::string>>>*)) { in DoTest() 99 std::optional<std::vector<std::optional<std::string>>> input; in DoTest() 116 input = std::vector<std::optional<std::string>>(); in DoTest() 122 repeated = std::vector<std::optional<std::string>>(input->size()); in DoTest()
|
D | aidl_test_service.cpp | 122 using std::optional; 198 Status RepeatNullable(const optional<T>& input, optional<T>* _aidl_return) { in RepeatNullable() 492 Status GetNullableInterfaceArray(const optional<vector<optional<String16>>>& names, in GetNullableInterfaceArray() 493 optional<vector<sp<INamedCallback>>>* _aidl_ret) override { in GetNullableInterfaceArray() 512 Status VerifyNamesWithNullableInterfaceArray(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithNullableInterfaceArray() 513 const optional<vector<optional<String16>>>& names, in VerifyNamesWithNullableInterfaceArray() 540 Status GetInterfaceList(const optional<vector<optional<String16>>>& names, in GetInterfaceList() 541 optional<vector<sp<INamedCallback>>>* _aidl_ret) override { in GetInterfaceList() 545 Status VerifyNamesWithInterfaceList(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithInterfaceList() 546 const optional<vector<optional<String16>>>& names, in VerifyNamesWithInterfaceList() [all …]
|
/system/libvintf/include/vintf/ |
D | ManifestInstance.h | 41 std::optional<std::string>&& updatableViaApex); 43 const std::optional<std::string>& updatableViaApex); 51 const std::optional<std::string>& updatableViaApex() const; 52 const std::optional<std::string> ip() const; 53 const std::optional<uint64_t> port() const; 83 std::optional<std::string> mUpdatableViaApex;
|
/system/security/provisioner/support/ |
D | rkpd_client.cpp | 46 std::optional<std::string> getRpcId(const sp<IRemotelyProvisionedComponent>& rpc) { in getRpcId() 63 std::optional<String16> findRpcNameById(std::string_view targetRpcId) { in findRpcNameById() 87 std::optional<String16> getRpcName(const sp<IRemotelyProvisionedComponent>& rpc) { in getRpcName() 88 std::optional<std::string> targetRpcId = getRpcId(rpc); in getRpcName() 97 GetKeyCallback(std::promise<std::optional<RemotelyProvisionedKey>> keyPromise) in GetKeyCallback() 125 std::promise<std::optional<RemotelyProvisionedKey>> keyPromise_; 132 GetRegistrationCallback(std::promise<std::optional<RemotelyProvisionedKey>> keyPromise, in GetRegistrationCallback() 166 std::promise<std::optional<RemotelyProvisionedKey>> keyPromise_; 174 std::optional<std::future<std::optional<RemotelyProvisionedKey>>> 176 std::promise<std::optional<RemotelyProvisionedKey>> keyPromise; in getRpcKeyFuture() [all …]
|
/system/core/init/ |
D | property_service.proto | 22 optional string msg = 1; 23 optional string name = 2; 24 optional int32 pid = 3; 25 optional int32 fd = 4; 29 optional string name = 1; 30 optional string value = 2;
|