Home
last modified time | relevance | path

Searched refs:cpp_header (Results 1 – 25 of 48) sorted by relevance

12

/system/tools/aidl/
Dtype_cpp.cpp59 const string& cpp_header, in CppArrayType() argument
68 GetHeaders(is_nullable, cpp_header), in CppArrayType()
75 cpp_header, underlying_cpp_type_nulllable, in CppArrayType()
81 static vector<string> GetHeaders(bool is_nullable, const string& cpp_header) { in GetHeaders() argument
86 if (!cpp_header.empty()) { in GetHeaders()
87 result.push_back(cpp_header); in GetHeaders()
196 NullableParcelableType(const AidlParcelable& parcelable, const std::string& cpp_header, in NullableParcelableType() argument
199 {cpp_header}, GetCppName(parcelable), "readParcelable", "writeNullableParcelable", in NullableParcelableType()
212 ParcelableType(const AidlParcelable& parcelable, const std::string& cpp_header, in ParcelableType() argument
215 {cpp_header}, GetCppName(parcelable), "readParcelable", "writeParcelable", in ParcelableType()
[all …]
/system/bt/binder/android/bluetooth/
DBluetoothDevice.aidl19 parcelable BluetoothDevice cpp_header "android/bluetooth/bluetooth_device.h";
/system/bt/service/common/android/bluetooth/
DScanSettings.aidl19 parcelable ScanSettings cpp_header "android/bluetooth/scan_settings.h";
DBluetoothRemoteDeviceProps.aidl19 parcelable BluetoothRemoteDeviceProps cpp_header "android/bluetooth/bluetooth_remote_device_props.h…
DBluetoothGattDescriptor.aidl19 parcelable BluetoothGattDescriptor cpp_header "android/bluetooth/bluetooth_gatt_descriptor.h";
DBluetoothGattIncludedService.aidl19 parcelable BluetoothGattIncludedService cpp_header "android/bluetooth/bluetooth_gatt_included_servi…
DBluetoothAvrcpMediaAttr.aidl19 parcelable BluetoothAvrcpMediaAttr cpp_header "android/bluetooth/bluetooth_avrcp_media_attr.h";
DBluetoothAvrcpIntValue.aidl19 parcelable BluetoothAvrcpIntValue cpp_header "android/bluetooth/bluetooth_avrcp_int_value.h";
DBluetoothGattService.aidl19 parcelable BluetoothGattService cpp_header "android/bluetooth/bluetooth_gatt_service.h";
DBluetoothA2dpCodecConfig.aidl19 parcelable BluetoothA2dpCodecConfig cpp_header "android/bluetooth/bluetooth_a2dp_codec_config.h";
DBluetoothAvrcpStringValue.aidl19 parcelable BluetoothAvrcpStringValue cpp_header "android/bluetooth/bluetooth_avrcp_string_value.h";
DAdvertiseData.aidl19 parcelable AdvertiseData cpp_header "android/bluetooth/advertise_data.h";
DAdvertiseSettings.aidl19 parcelable AdvertiseSettings cpp_header "android/bluetooth/advertise_settings.h";
DUUID.aidl19 parcelable UUID cpp_header "android/bluetooth/uuid.h";
DScanResult.aidl19 parcelable ScanResult cpp_header "android/bluetooth/scan_result.h";
DScanFilter.aidl19 parcelable ScanFilter cpp_header "android/bluetooth/scan_filter.h";
DBluetoothGattCharacteristic.aidl19 parcelable BluetoothGattCharacteristic cpp_header "android/bluetooth/bluetooth_gatt_characteristic.…
DBluetoothAvrcpRegisterNotificationResponse.aidl19 parcelable BluetoothAvrcpRegisterNotificationResponse cpp_header "android/bluetooth/bluetooth_avrcp…
/system/update_engine/binder_bindings/android/brillo/
DParcelableUpdateEngineStatus.aidl19 parcelable ParcelableUpdateEngineStatus cpp_header
/system/security/keystore/binder/android/security/keymaster/
DExportResult.aidl20 parcelable ExportResult cpp_header "keystore/ExportResult.h";
DKeymasterBlob.aidl20 parcelable KeymasterBlob cpp_header "keystore/KeymasterBlob.h";
DKeyCharacteristics.aidl20 parcelable KeyCharacteristics cpp_header "keystore/KeyCharacteristics.h";
DOperationResult.aidl20 parcelable OperationResult cpp_header "keystore/OperationResult.h";
DKeymasterArguments.aidl20 parcelable KeymasterArguments cpp_header "keystore/KeymasterArguments.h";
/system/security/keystore/binder/android/security/keystore/
DKeystoreResponse.aidl20 parcelable KeystoreResponse cpp_header "keystore/KeystoreResponse.h";

12