Searched refs:IDL (Results 1 – 7 of 7) sorted by relevance
/system/chre/host/msm/daemon/idl/ |
D | README.md | 1 This file contains Qualcomm IDL files used with FastRPC. It is compiled into 5 whenever the IDL is changed.
|
/system/vold/ |
D | IdleMaint.cpp | 315 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/ |
D | README.md | 6 The FlatBuffers IDL compiler (flatc) can be used without modification, but must
|
/system/chre/build/sys_support/qcom/ |
D | chre.scons | 247 # Define path to the IDL file used to communicate with the host via FastRPC
|
/system/chre/pal/doc/ |
D | Doxyfile | 271 # 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/ |
D | Doxyfile | 271 # 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/ |
D | Doxyfile | 302 # 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
|