Searched defs:isHidl (Results 1 – 3 of 3) sorted by relevance
28 static bool isHidl() { in isHidl() function29 static const bool isHidl = getAudioHalVersionInfo().isHidl(); in isHidl() local
33 bool isHidl() const { return type == Type::HIDL; } in isHidl() function
115 bool isHidl; variable