/aosp_15_r20/hardware/interfaces/automotive/vehicle/tools/ |
H A D | generate_annotation_enums.py | 400 self.cpp_header = None 413 def setCppHeader(self, cpp_header): argument 414 self.cpp_header = cpp_header 428 file_parser.convert(output_file, self.cpp_header, self.cpp_footer, True, self.type)
|
/aosp_15_r20/system/tools/aidl/ |
D | preprocess.cpp | 91 if (const auto& cpp_header = t.GetCppHeader(); !cpp_header.empty()) { in Visit() local 92 out << " cpp_header " << cpp_header; in Visit()
|
D | aidl_to_cpp.cpp | 349 const std::string cpp_header = unstructured->GetCppHeader(); in CppHeaderForType() local 350 AIDL_FATAL_IF(cpp_header.empty(), unstructured) in CppHeaderForType() 352 return cpp_header; in CppHeaderForType()
|
D | aidl_language_l.ll | 129 cpp_header { yylval->token = new AidlToken("cpp_header", comments);
|
/aosp_15_r20/frameworks/av/media/libmedia/aidl/android/ |
H A D | OMXFenceParcelable.aidl | 20 parcelable OMXFenceParcelable cpp_header "media/OMXFenceParcelable.h";
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | CoolingDevice.aidl | 19 parcelable CoolingDevice cpp_header "android/CoolingDevice.h";
|
H A D | ExternalVibration.aidl | 19 parcelable ExternalVibration cpp_header "vibrator/ExternalVibration.h";
|
H A D | ParcelUuid.aidl | 19 parcelable ParcelUuid cpp_header "android/os/parcel_uuid.h";
|
H A D | IncidentReportArgs.aidl | 19 parcelable IncidentReportArgs cpp_header "android/os/IncidentReportArgs.h";
|
H A D | WorkSource.aidl | 18 parcelable WorkSource cpp_header "android/WorkSource.h";
|
H A D | PowerSaveState.aidl | 19 parcelable PowerSaveState cpp_header "android/PowerSaveState.h";
|
H A D | ParcelDuration.aidl | 19 parcelable ParcelDuration cpp_header "android/ParcelDuration.h";
|
H A D | BatterySaverPolicyConfig.aidl | 19 parcelable BatterySaverPolicyConfig cpp_header "android/BatterySaverPolicyConfig.h";
|
H A D | Temperature.aidl | 19 parcelable Temperature cpp_header "android/Temperature.h";
|
/aosp_15_r20/frameworks/av/camera/aidl/android/hardware/ |
H A D | CameraInfo.aidl | 20 parcelable CameraInfo cpp_header "camera/CameraBase.h";
|
H A D | CameraStatus.aidl | 20 parcelable CameraStatus cpp_header "camera/CameraBase.h";
|
H A D | CameraSessionStats.aidl | 20 parcelable CameraSessionStats cpp_header "camera/CameraSessionStats.h";
|
/aosp_15_r20/frameworks/native/libs/gui/aidl/android/gui/ |
H A D | LayerMetadata.aidl | 19 parcelable LayerMetadata cpp_header "gui/LayerMetadata.h" rust_type "gui_aidl_types_rs::LayerMetada…
|
H A D | ParcelableVsyncEventData.aidl | 19 parcelable ParcelableVsyncEventData cpp_header "gui/VsyncEventData.h" rust_type "gui_aidl_types_rs:…
|
H A D | BitTube.aidl | 19 parcelable BitTube cpp_header "private/gui/BitTube.h" rust_type "gui_aidl_types_rs::BitTube";
|
H A D | ScreenCaptureResults.aidl | 19 parcelable ScreenCaptureResults cpp_header "gui/ScreenCaptureResults.h" rust_type "gui_aidl_types_r…
|
/aosp_15_r20/frameworks/base/media/java/android/media/midi/ |
H A D | MidiDeviceInfo.aidl | 19 parcelable MidiDeviceInfo cpp_header "MidiDeviceInfo.h";
|
/aosp_15_r20/frameworks/av/camera/aidl/android/hardware/camera2/ |
H A D | CaptureRequest.aidl | 20 parcelable CaptureRequest cpp_header "camera/camera2/CaptureRequest.h";
|
/aosp_15_r20/frameworks/native/libs/incidentcompanion/binder/android/os/ |
H A D | IncidentManager.aidl | 19 parcelable IncidentManager.IncidentReport cpp_header "android/os/IncidentManager.h";
|
/aosp_15_r20/system/core/gatekeeperd/binder/android/service/gatekeeper/ |
H A D | GateKeeperResponse.aidl | 23 parcelable GateKeeperResponse cpp_header "gatekeeper/GateKeeperResponse.h";
|