Searched refs:Hal (Results 1 – 17 of 17) sorted by relevance
55 template<typename Hal>56 Hal *MakeObject(status_t *pstatus) { in MakeObject()59 auto obj = new Hal(); in MakeObject()67 template <typename Hal, typename V>75 …serviceManager->listManifestByInterface(Hal::descriptor, [&](const hidl_vec<hidl_string> ®ister… in MakeHidlFactories()77 auto factory = Hal::getService(instance); in MakeHidlFactories()79 ALOGI("found %s %s", Hal::descriptor, instance.c_str()); in MakeHidlFactories()
70 class Hal { class74 static const Hal& Get() { return hal_; } in Get()80 Hal() : dev_(nullptr), debug_report_index_(-1) {} in Hal() function in vulkan::driver::__anonf773aee40111::Hal81 Hal(const Hal&) = delete;82 Hal& operator=(const Hal&) = delete;86 static Hal hal_;149 Hal Hal::hal_;232 bool Hal::Open() { in Open()281 bool Hal::InitDebugReportIndex() { in InitDebugReportIndex()450 return Hal::Device().EnumerateInstanceExtensionProperties( in QueryExtensionCount()[all …]
28 struct Hal { struct35 Hal mHal; argument
43 struct Hal { struct53 Hal mHal; argument
39 struct Hal { struct48 Hal mHal; argument
33 struct Hal { struct59 Hal mHal; argument
40 struct Hal { struct60 Hal mHal; argument
41 struct Hal { struct54 Hal mHal; argument
38 struct Hal { struct56 Hal mHal; argument
79 struct Hal { struct99 Hal mHal; argument
41 struct Hal { struct60 Hal mHal; argument
40 struct Hal { struct62 Hal mHal; argument
74 struct Hal { struct80 Hal mHal; argument
52 struct Hal { struct107 Hal mHal; argument
1 # Codec2 VTS Hal @ 1.0 tests #
8539 * Logs when Car User Hal is requested to switch/create/remove user.8554 // Hal switch requested after android switch using activity manager.8577 * Logs when Car User Hal responds to switch/create user request.8588 // Hal response was invalid.8590 // Hal response was ok.8592 // Hal timeout during set call.8594 // Hal response timeout.8596 // Hal responded with wrong info.8598 // Hal is processing multiple requests simultaneously.8603 // Hal request status for user switch/create/remove.[all …]
250 static size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) { in DeriveYUVLayout()