Searched refs:AIDL (Results 1 – 25 of 27) sorted by relevance
12
3 This library provides facilities for sharing memory across processes over (stable) AIDL. The main4 feature is the definition of the `android.media.SharedMemory` AIDL type, which represents a block of
22 AIDL = 1, enumerator
9 AIDL(false, "generate a 'parcelable declaration' .aidl file alongside"),
75 …if (FeatureFlag.AIDL()) fileInfo.generateAidl() //TODO guard against nested classes requesting aidl in <lambda>()133 … FeatureFlag.AIDL -> fileInfo.mainClass.nameAsString == ClassName && FeatureFlag.PARCELABLE() in <lambda>()
62 // AIDL files for camera interfaces141 // AIDL interface between camera clients and the camera service.157 // Extra AIDL files that are used by framework.jar but not libcamera_client
79 // AIDL interface that callers can implement to receive networking events from netd.91 // Add new AIDL classes in android.net.netd.aidl to consist with other network modules.100 // either outside the system server or use jarjar to rename the generated AIDL classes.
1 This client can be installed on the device to test accesses of the AIDL service as
16 // This client can be installed on the device to test accesses of the AIDL service as
59 // transport itself and should be moved to AIDL or in domain-specific libs.284 // AIDL interface between libbinder and framework.jar369 // - convert them to AIDL instead of having manually written parceling code
79 // TODO: convert to AIDL?
48 Launcher requires a new AIDL interface to be created and implemented by the controller. The100 AIDL interfaces and constants. Currently, all AIDL files, and classes under the
22 // must be always provided), and "ndk" to a desired AIDL back-end.
14 We define several AIDL interfaces in frameworks/base/telephony/ which we
49 # There should be no more HIDL HALs - please use AIDL instead.
67 // also instead use AIDL to generate these stubs. See android.binder.cts.
52 virtual IPCTransport getIPCTransport() override {return IPCTransport::AIDL;} in getIPCTransport()
46 // AIDL interfaces of MediaTranscoding.
65 // Java/AIDL sources under frameworks/base95 // AIDL from frameworks/base/native/98 // AIDL sources from external directories161 // AIDL files under these paths are mixture of public and private ones.
103 // AIDL files for audioclient interfaces276 // AIDL interface between libaudioclient and framework.jar
131 if (manifestInstance.format() != vintf::HalFormat::AIDL) return true; in getVintfUpdatableApex()152 if (manifestInstance.format() != vintf::HalFormat::AIDL) return true; in getVintfConnectionInfo()
87 virtual IPCTransport getTransportType() const override {return IPCTransport::AIDL; } in getTransportType()
1467 if (parent->getTransportType() != IPCTransport::AIDL) { in injectionInitialize()1550 if (parent->getTransportType() != IPCTransport::AIDL || in replaceHalInterface()1551 newHalInterface->getTransportType() != IPCTransport::AIDL) { in replaceHalInterface()
60 // AIDL files that should be exposed to java
154 "android.hardware.health-V1-java", // AIDL
123 case IPCTransport::AIDL: in initializeImpl()