Home
last modified time | relevance | path

Searched refs:IDL (Results 1 – 7 of 7) sorted by relevance

/system/chre/host/msm/daemon/idl/
DREADME.md1 This file contains Qualcomm IDL files used with FastRPC. It is compiled into
5 whenever the IDL is changed.
/system/vold/
DIdleMaint.cpp315 enum class IDL { HIDL, AIDL }; enum
316 std::ostream& operator<<(std::ostream& os, IDL idl) { in operator <<()
317 return os << (idl == IDL::HIDL ? "HIDL" : "AIDL"); in operator <<()
320 template <IDL idl, typename Result>
353 public GcCallbackImpl<IDL::AIDL, AResult> {
360 class HGcCallbackImpl : public HGarbageCollectCallback, public GcCallbackImpl<IDL::HIDL, HResult> {
367 template <IDL idl, typename Service, typename GcCallbackImpl, typename GetDescription>
386 runDevGcOnHal<IDL::AIDL>(aidl_service, ndk::SharedRefBase::make<AGcCallbackImpl>(), in runDevGc()
397 runDevGcOnHal<IDL::HIDL>(hidl_service, sp<HGcCallbackImpl>(new HGcCallbackImpl()), in runDevGc()
/system/chre/external/flatbuffers/
DREADME.md6 The FlatBuffers IDL compiler (flatc) can be used without modification, but must
/system/chre/build/sys_support/qcom/
Dchre.scons247 # Define path to the IDL file used to communicate with the host via FastRPC
/system/chre/pal/doc/
DDoxyfile271 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
328 # For Microsoft's IDL there are propget and propput attributes to indicate
/system/chre/chre_api/doc/
DDoxyfile271 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
328 # For Microsoft's IDL there are propget and propput attributes to indicate
/system/media/audio_utils/
DDoxyfile302 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
369 # For Microsoft's IDL there are propget and propput attributes to indicate