Home
last modified time | relevance | path

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

/system/tools/aidl/
Dpreprocess.cpp91 if (const auto& cpp_header = t.GetCppHeader(); !cpp_header.empty()) { in Visit() local
92 out << " cpp_header " << cpp_header; in Visit()
Daidl_to_cpp.cpp349 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()
Daidl_language_l.ll129 cpp_header { yylval->token = new AidlToken("cpp_header", comments);
Daidl_language_y.yy120 %token<token> CPP_HEADER "cpp_header (which can also be used as an identifier)"
Daidl_unittest.cpp1432 io_delegate_.SetFileContents("o/Foo.aidl", "package o; parcelable Foo cpp_header \"cpp/Foo.h\";"); in TEST_P()
/system/core/storaged/binder/android/os/storaged/
DUidInfo.aidl19 parcelable UidInfo cpp_header "include/uid_info.h";
/system/core/gatekeeperd/binder/android/service/gatekeeper/
DGateKeeperResponse.aidl23 parcelable GateKeeperResponse cpp_header "gatekeeper/GateKeeperResponse.h";
/system/tools/aidl/tests/android/aidl/tests/
DBadParcelable.aidl19 parcelable BadParcelable cpp_header "tests/bad_parcelable.h";
DSimpleParcelable.aidl19 parcelable SimpleParcelable cpp_header "tests/simple_parcelable.h" ndk_header
/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
DNativeWifiClient.aidl19 parcelable NativeWifiClient cpp_header "wificond/client/native_wifi_client.h";
DPnoSettings.aidl19 parcelable PnoSettings cpp_header "wificond/scanning/pno_settings.h";
DSingleScanSettings.aidl19 parcelable SingleScanSettings cpp_header "wificond/scanning/single_scan_settings.h";
DDeviceWiphyCapabilities.aidl19 parcelable DeviceWiphyCapabilities cpp_header "wificond/device_wiphy_capabilities.h";
DPnoNetwork.aidl19 parcelable PnoNetwork cpp_header "wificond/scanning/pno_network.h";
DNativeScanResult.aidl19 parcelable NativeScanResult cpp_header "wificond/scanning/scan_result.h";
/system/tools/aidl/tests/
Daidl_parser_fuzzer.dict8 " cpp_header "