Home
last modified time | relevance | path

Searched defs:Hal (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/rs/
H A DrsProgramRaster.h39 struct Hal { struct
48 Hal mHal; argument
H A DrsFBOCache.h43 struct Hal { struct
53 Hal mHal; argument
H A DrsScriptGroupBase.h28 struct Hal { struct
35 Hal mHal; argument
H A DrsSampler.h41 struct Hal { struct
54 Hal mHal; argument
H A DrsProgramStore.h40 struct Hal { struct
60 Hal mHal; argument
H A DrsMesh.h38 struct Hal { struct
56 Hal mHal; argument
H A DrsProgram.h33 struct Hal { struct
34 mutable void *drv;
59 Hal mHal; argument
H A DrsAllocation.h52 struct Hal { struct
53 void * drv;
55 struct State {
82 State state;
107 Hal mHal; argument
H A DrsType.h40 struct Hal { struct
62 Hal mHal; argument
H A DrsScript.h79 struct Hal { struct
99 Hal mHal; argument
H A DrsElement.h41 struct Hal { struct
60 Hal mHal; argument
H A DrsContext.h74 struct Hal { struct
77 RsdHalFunctions funcs; argument
80 Hal mHal; argument
/aosp12/system/bt/gd/rust/hal/src/
H A Dsnoop.rs21 struct Hal { struct
22 control: ControlHal, argument
23 acl: AclHal, argument
24 iso: IsoHal, argument
133 async fn provide_snooped_hal(config: SnoopConfig, raw_hal: RawHal, rt: Arc<Runtime>) -> Hal { in provide_snooped_hal()
/aosp12/system/libhidl/transport/base/1.0/vts/functional/
H A Dvts_ibase_test.cpp62 struct Hal { struct
81 std::map<std::string, std::vector<Hal>> gDeclaredServiceHalMap; argument
/aosp12/frameworks/native/include/powermanager/
H A DPowerHalWrapper.h145 explicit HidlHalWrapperV1_0(sp<hardware::power::V1_0::IPower> Hal) in HidlHalWrapperV1_0()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Ddriver.cpp70 class Hal { class
80 Hal() : dev_(nullptr), debug_report_index_(-1) {} in Hal() function in vulkan::driver::__anon1d23e1e50110::Hal