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()
73 class Hal { class77 static const Hal& Get() { return hal_; } in Get()83 Hal() : dev_(nullptr), debug_report_index_(-1) {} in Hal() function in vulkan::driver::__anonbed2d0790111::Hal84 Hal(const Hal&) = delete;85 Hal& operator=(const Hal&) = delete;89 static Hal hal_;152 Hal Hal::hal_;239 bool Hal::Open() { in Open()289 bool Hal::InitDebugReportIndex() { in InitDebugReportIndex()458 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 #
8445 * Logs when Car User Hal is requested to switch/create/remove user.8460 // Hal switch requested after android switch using activity manager.8483 * Logs when Car User Hal responds to switch/create user request.8494 // Hal response was invalid.8496 // Hal response was ok.8498 // Hal timeout during set call.8500 // Hal response timeout.8502 // Hal responded with wrong info.8504 // Hal is processing multiple requests simultaneously.8509 // Hal request status for user switch/create/remove.[all …]
250 static size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) { in DeriveYUVLayout()