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

  /frameworks/rs/
rsFBOCache.h 43 struct Hal {
53 Hal mHal;
rsProgramRaster.h 37 struct Hal {
46 Hal mHal;
rsScriptGroupBase.h 28 struct Hal {
35 Hal mHal;
rsMesh.h 38 struct Hal {
56 Hal mHal;
rsProgramStore.h 38 struct Hal {
58 Hal mHal;
rsSampler.h 39 struct Hal {
52 Hal mHal;
rsProgram.h 33 struct Hal {
59 Hal mHal;
rsType.h 38 struct Hal {
60 Hal mHal;
rsElement.h 39 struct Hal {
58 Hal mHal;
rsScript.h 79 struct Hal {
99 Hal mHal;
rsAllocation.h 56 struct Hal {
111 Hal mHal;
rsContext.h 85 struct Hal {
91 Hal mHal;
  /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/native/vulkan/libvulkan/
driver.cpp 49 class Hal {
53 static const Hal& Get() { return hal_; }
59 Hal() : dev_(nullptr), debug_report_index_(-1) {}
60 Hal(const Hal&) = delete;
61 Hal& operator=(const Hal&) = delete;
65 static Hal hal_;
124 Hal Hal::hal_
    [all...]

Completed in 718 milliseconds