HomeSort by relevance Sort by last modified time
    Searched refs:Hal (Results 1 - 17 of 17) sorted by null

  /system/libvintf/include/vintf/
HalGroup.h 27 // A HalGroup is a wrapped multimap from name to Hal.
28 // Hal.getName() must return a string indicating the name.
29 template <typename Hal>
43 // Add an hal to this HalGroup so that it can be constructed programatically.
44 bool add(Hal&& hal) {
45 if (!shouldAdd(hal)) {
48 std::string name = hal.getName();
49 mHals.emplace(std::move(name), std::move(hal)); // always succeed
56 std::multimap<std::string, Hal> mHals
    [all...]
  /frameworks/rs/
rsScriptGroupBase.h 28 struct Hal {
35 Hal mHal;
rsFBOCache.h 43 struct Hal {
53 Hal mHal;
rsProgramRaster.h 39 struct Hal {
48 Hal mHal;
rsMesh.h 38 struct Hal {
56 Hal mHal;
rsProgram.h 33 struct Hal {
59 Hal mHal;
rsProgramStore.h 40 struct Hal {
60 Hal mHal;
rsSampler.h 41 struct Hal {
54 Hal mHal;
rsScript.h 79 struct Hal {
99 Hal mHal;
rsElement.h 41 struct Hal {
60 Hal mHal;
rsType.h 40 struct Hal {
62 Hal mHal;
rsContext.h 74 struct Hal {
80 Hal mHal;
rsAllocation.h 52 struct Hal {
107 Hal mHal;
  /frameworks/native/vulkan/libvulkan/
driver.cpp 65 class Hal {
69 static const Hal& Get() { return hal_; }
75 Hal() : dev_(nullptr), debug_report_index_(-1) {}
76 Hal(const Hal&) = delete;
77 Hal& operator=(const Hal&) = delete;
81 static Hal hal_;
140 Hal Hal::hal_
    [all...]
  /external/parameter-framework/upstream/test/functional-tests-legacy/Util/
PfwUnitTestLib.py 75 class Hal(RemoteCli):
83 # Starts the HAL exe
92 # Send command "stop" to the HAL
125 hal = Hal(pfw) variable in class:PfwTestCase
137 # set up the Hal & pfw
138 cls.hal.startHal()
141 cls.hal.createInclusiveCriterion("Crit_0", "2")
142 cls.hal.createExclusiveCriterion("Crit_1", "2")
144 cls.hal.start(
    [all...]
  /frameworks/rs/rsov/driver/
rsovAllocation.cpp 33 size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) {
300 RSoVHal *hal = static_cast<RSoVHal *>(rsc->mHal.drv); local
301 RSoVContext *rsov = hal->mRSoV;
  /frameworks/rs/driver/
rsdAllocation.cpp 249 static size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) {
    [all...]

Completed in 853 milliseconds