Home
last modified time | relevance | path

Searched refs:AIDL (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/media/libshmem/
DREADME.md3 This library provides facilities for sharing memory across processes over (stable) AIDL. The main
4 feature is the definition of the `android.media.SharedMemory` AIDL type, which represents a block of
/frameworks/av/services/camera/libcameraservice/utils/
DIPCTransport.h22 AIDL = 1, enumerator
/frameworks/base/tools/codegen/src/com/android/codegen/
DFeatureFlag.kt9 AIDL(false, "generate a 'parcelable declaration' .aidl file alongside"),
DClassPrinter.kt75 …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>()
/frameworks/av/camera/
DAndroid.bp62 // AIDL files for camera interfaces
141 // AIDL interface between camera clients and the camera service.
157 // Extra AIDL files that are used by framework.jar but not libcamera_client
/frameworks/libs/net/common/netd/
DAndroid.bp79 // 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.
/frameworks/hardware/interfaces/stats/aidl/test_client/
DREADME1 This client can be installed on the device to test accesses of the AIDL service as
DAndroid.bp16 // This client can be installed on the device to test accesses of the AIDL service as
/frameworks/native/libs/binder/
DAndroid.bp59 // transport itself and should be moved to AIDL or in domain-specific libs.
284 // AIDL interface between libbinder and framework.jar
369 // - convert them to AIDL instead of having manually written parceling code
/frameworks/av/services/mediaresourcemanager/
DAndroid.bp79 // TODO: convert to AIDL?
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Dchanges.md48 Launcher requires a new AIDL interface to be created and implemented by the controller. The
100 AIDL interfaces and constants. Currently, all AIDL files, and classes under the
/frameworks/hardware/interfaces/automotive/telemetry/aidl/
DAndroid.bp22 // must be always provided), and "ndk" to a desired AIDL back-end.
/frameworks/opt/telephony/
DREADME.txt14 We define several AIDL interfaces in frameworks/base/telephony/ which we
/frameworks/hardware/interfaces/
Dcurrent.txt49 # There should be no more HIDL HALs - please use AIDL instead.
/frameworks/native/libs/binder/ndk/tests/
DAndroid.bp67 // also instead use AIDL to generate these stubs. See android.binder.cts.
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.h52 virtual IPCTransport getIPCTransport() override {return IPCTransport::AIDL;} in getIPCTransport()
/frameworks/av/media/libmediatranscoding/
DAndroid.bp46 // AIDL interfaces of MediaTranscoding.
/frameworks/base/
DAndroid.bp65 // Java/AIDL sources under frameworks/base
95 // AIDL from frameworks/base/native/
98 // AIDL sources from external directories
161 // AIDL files under these paths are mixture of public and private ones.
/frameworks/av/media/libaudioclient/
DAndroid.bp103 // AIDL files for audioclient interfaces
276 // AIDL interface between libaudioclient and framework.jar
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp131 if (manifestInstance.format() != vintf::HalFormat::AIDL) return true; in getVintfUpdatableApex()
152 if (manifestInstance.format() != vintf::HalFormat::AIDL) return true; in getVintfConnectionInfo()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3Device.h87 virtual IPCTransport getTransportType() const override {return IPCTransport::AIDL; } in getTransportType()
DAidlCamera3Device.cpp1467 if (parent->getTransportType() != IPCTransport::AIDL) { in injectionInitialize()
1550 if (parent->getTransportType() != IPCTransport::AIDL || in replaceHalInterface()
1551 newHalInterface->getTransportType() != IPCTransport::AIDL) { in replaceHalInterface()
/frameworks/native/libs/gui/
DAndroid.bp60 // AIDL files that should be exposed to java
/frameworks/base/services/core/
DAndroid.bp154 "android.hardware.health-V1-java", // AIDL
/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.cpp123 case IPCTransport::AIDL: in initializeImpl()

12