Home
last modified time | relevance | path

Searched refs:hal (Results 1 – 25 of 756) sorted by relevance

12345678910>>...31

/hardware/interfaces/gnss/1.0/
DAndroid.bp16 "types.hal",
17 "IAGnss.hal",
18 "IAGnssCallback.hal",
19 "IAGnssRil.hal",
20 "IAGnssRilCallback.hal",
21 "IGnss.hal",
22 "IGnssBatching.hal",
23 "IGnssBatchingCallback.hal",
24 "IGnssCallback.hal",
25 "IGnssConfiguration.hal",
[all …]
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcLoader.h43 auto hal = createHalWithAdapter(module); in load() local
44 if (!hal) { in load()
48 return createComposer(std::move(hal)).release(); in load()
52 static std::unique_ptr<hal::ComposerHal> createHal(const hw_module_t* module) { in createHal()
53 auto hal = std::make_unique<HwcHal>(); in createHal() local
54 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
58 static std::unique_ptr<hal::ComposerHal> createHalWithAdapter(const hw_module_t* module) { in createHalWithAdapter()
64 auto hal = std::make_unique<HwcHal>(); in createHalWithAdapter() local
65 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter()
69 static std::unique_ptr<IComposer> createComposer(std::unique_ptr<hal::ComposerHal> hal) { in createComposer() argument
[all …]
/hardware/interfaces/audio/effect/6.0/
DAndroid.bp17 "types.hal",
18 "IAcousticEchoCancelerEffect.hal",
19 "IAutomaticGainControlEffect.hal",
20 "IBassBoostEffect.hal",
21 "IDownmixEffect.hal",
22 "IEffect.hal",
23 "IEffectBufferProviderCallback.hal",
24 "IEffectsFactory.hal",
25 "IEnvironmentalReverbEffect.hal",
26 "IEqualizerEffect.hal",
[all …]
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcLoader.h43 auto hal = createHalWithAdapter(module); in load() local
44 if (!hal) { in load()
48 return createComposer(std::move(hal)).release(); in load()
52 static std::unique_ptr<hal::ComposerHal> createHal(const hw_module_t* module) { in createHal()
53 auto hal = std::make_unique<HwcHal>(); in createHal() local
54 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
58 static std::unique_ptr<hal::ComposerHal> createHalWithAdapter(const hw_module_t* module) { in createHalWithAdapter()
64 auto hal = std::make_unique<HwcHal>(); in createHalWithAdapter() local
65 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter()
69 static std::unique_ptr<IComposer> createComposer(std::unique_ptr<hal::ComposerHal> hal) { in createComposer() argument
[all …]
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcLoader.h43 auto hal = createHalWithAdapter(module); in load() local
44 if (!hal) { in load()
48 return createComposer(std::move(hal)).release(); in load()
52 static std::unique_ptr<hal::ComposerHal> createHal(const hw_module_t* module) { in createHal()
53 auto hal = std::make_unique<HwcHal>(); in createHal() local
54 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
58 static std::unique_ptr<hal::ComposerHal> createHalWithAdapter(const hw_module_t* module) { in createHalWithAdapter()
64 auto hal = std::make_unique<HwcHal>(); in createHalWithAdapter() local
65 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter()
69 static std::unique_ptr<IComposer> createComposer(std::unique_ptr<hal::ComposerHal> hal) { in createComposer() argument
[all …]
/hardware/interfaces/audio/effect/5.0/
DAndroid.bp17 "types.hal",
18 "IAcousticEchoCancelerEffect.hal",
19 "IAutomaticGainControlEffect.hal",
20 "IBassBoostEffect.hal",
21 "IDownmixEffect.hal",
22 "IEffect.hal",
23 "IEffectBufferProviderCallback.hal",
24 "IEffectsFactory.hal",
25 "IEnvironmentalReverbEffect.hal",
26 "IEqualizerEffect.hal",
[all …]
/hardware/interfaces/audio/effect/7.0/
DAndroid.bp17 "types.hal",
18 "IAcousticEchoCancelerEffect.hal",
19 "IAutomaticGainControlEffect.hal",
20 "IBassBoostEffect.hal",
21 "IDownmixEffect.hal",
22 "IEffect.hal",
23 "IEffectBufferProviderCallback.hal",
24 "IEffectsFactory.hal",
25 "IEnvironmentalReverbEffect.hal",
26 "IEqualizerEffect.hal",
[all …]
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
DGrallocLoader.h42 auto hal = createHal(module); in load() local
43 if (!hal) { in load()
46 return createMapper(std::move(hal)); in load()
50 static std::unique_ptr<hal::MapperHal> createHal(const hw_module_t* module) { in createHal()
54 auto hal = std::make_unique<Gralloc1Hal>(); in createHal() local
55 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
58 auto hal = std::make_unique<Gralloc0Hal>(); in createHal() local
59 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
68 static IMapper* createMapper(std::unique_ptr<hal::MapperHal> hal) { in createMapper() argument
69 auto mapper = std::make_unique<V2_0::passthrough::GrallocMapper<hal::Mapper>>(); in createMapper()
[all …]
/hardware/interfaces/wifi/1.0/
DAndroid.bp16 "types.hal",
17 "IWifi.hal",
18 "IWifiApIface.hal",
19 "IWifiChip.hal",
20 "IWifiChipEventCallback.hal",
21 "IWifiEventCallback.hal",
22 "IWifiIface.hal",
23 "IWifiNanIface.hal",
24 "IWifiNanIfaceEventCallback.hal",
25 "IWifiP2pIface.hal",
[all …]
/hardware/interfaces/audio/effect/2.0/
DAndroid.bp19 "types.hal",
20 "IAcousticEchoCancelerEffect.hal",
21 "IAutomaticGainControlEffect.hal",
22 "IBassBoostEffect.hal",
23 "IDownmixEffect.hal",
24 "IEffect.hal",
25 "IEffectBufferProviderCallback.hal",
26 "IEffectsFactory.hal",
27 "IEnvironmentalReverbEffect.hal",
28 "IEqualizerEffect.hal",
[all …]
/hardware/interfaces/audio/effect/4.0/
DAndroid.bp19 "types.hal",
20 "IAcousticEchoCancelerEffect.hal",
21 "IAutomaticGainControlEffect.hal",
22 "IBassBoostEffect.hal",
23 "IDownmixEffect.hal",
24 "IEffect.hal",
25 "IEffectBufferProviderCallback.hal",
26 "IEffectsFactory.hal",
27 "IEnvironmentalReverbEffect.hal",
28 "IEqualizerEffect.hal",
[all …]
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGrallocLoader.h46 auto hal = createHal(module); in load() local
47 if (!hal) { in load()
50 return createAllocator(std::move(hal)); in load()
71 static std::unique_ptr<hal::AllocatorHal> createHal(const hw_module_t* module) { in createHal()
75 auto hal = std::make_unique<Gralloc1Hal>(); in createHal() local
76 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
79 auto hal = std::make_unique<Gralloc0Hal>(); in createHal() local
80 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
89 static IAllocator* createAllocator(std::unique_ptr<hal::AllocatorHal> hal) { in createAllocator() argument
90 auto allocator = std::make_unique<hal::Allocator>(); in createAllocator()
[all …]
/hardware/interfaces/tv/tuner/1.0/
DAndroid.bp16 "types.hal",
17 "IDemux.hal",
18 "IDescrambler.hal",
19 "IDvr.hal",
20 "IDvrCallback.hal",
21 "IFilter.hal",
22 "IFilterCallback.hal",
23 "IFrontend.hal",
24 "IFrontendCallback.hal",
25 "ILnb.hal",
[all …]
/hardware/interfaces/wifi/supplicant/1.0/
DAndroid.bp17 "types.hal",
18 "ISupplicant.hal",
19 "ISupplicantCallback.hal",
20 "ISupplicantIface.hal",
21 "ISupplicantNetwork.hal",
22 "ISupplicantP2pIface.hal",
23 "ISupplicantP2pIfaceCallback.hal",
24 "ISupplicantP2pNetwork.hal",
25 "ISupplicantP2pNetworkCallback.hal",
26 "ISupplicantStaIface.hal",
[all …]
/hardware/interfaces/gnss/2.0/
DAndroid.bp16 "types.hal",
17 "IAGnss.hal",
18 "IAGnssCallback.hal",
19 "IAGnssRil.hal",
20 "IGnss.hal",
21 "IGnssBatching.hal",
22 "IGnssBatchingCallback.hal",
23 "IGnssCallback.hal",
24 "IGnssConfiguration.hal",
25 "IGnssDebug.hal",
[all …]
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcLoader.h51 auto hal = createHalWithAdapter(module); in load() local
52 if (!hal) { in load()
56 return createComposer(std::move(hal)); in load()
77 static std::unique_ptr<hal::ComposerHal> createHal(const hw_module_t* module) { in createHal()
78 auto hal = std::make_unique<HwcHal>(); in createHal() local
79 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
83 static std::unique_ptr<hal::ComposerHal> createHalWithAdapter(const hw_module_t* module) { in createHalWithAdapter()
89 auto hal = std::make_unique<HwcHal>(); in createHalWithAdapter() local
90 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter()
94 static IComposer* createComposer(std::unique_ptr<hal::ComposerHal> hal) { in createComposer() argument
[all …]
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/
DConversions.h28 GeneralResult<OperandType> unvalidatedConvert(const hal::V1_3::OperandType& operandType);
29 GeneralResult<OperationType> unvalidatedConvert(const hal::V1_3::OperationType& operationType);
30 GeneralResult<Priority> unvalidatedConvert(const hal::V1_3::Priority& priority);
31 GeneralResult<Capabilities> unvalidatedConvert(const hal::V1_3::Capabilities& capabilities);
33 const hal::V1_3::Capabilities::OperandPerformance& operandPerformance);
34 GeneralResult<Operation> unvalidatedConvert(const hal::V1_3::Operation& operation);
36 const hal::V1_3::OperandLifeTime& operandLifeTime);
37 GeneralResult<Operand> unvalidatedConvert(const hal::V1_3::Operand& operand);
38 GeneralResult<Model> unvalidatedConvert(const hal::V1_3::Model& model);
39 GeneralResult<Model::Subgraph> unvalidatedConvert(const hal::V1_3::Subgraph& subgraph);
[all …]
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DConversions.h27 GeneralResult<OperandType> unvalidatedConvert(const hal::V1_2::OperandType& operandType);
28 GeneralResult<OperationType> unvalidatedConvert(const hal::V1_2::OperationType& operationType);
29 GeneralResult<DeviceType> unvalidatedConvert(const hal::V1_2::DeviceType& deviceType);
30 GeneralResult<Capabilities> unvalidatedConvert(const hal::V1_2::Capabilities& capabilities);
32 const hal::V1_2::Capabilities::OperandPerformance& operandPerformance);
33 GeneralResult<Operation> unvalidatedConvert(const hal::V1_2::Operation& operation);
35 const hal::V1_2::SymmPerChannelQuantParams& symmPerChannelQuantParams);
36 GeneralResult<Operand> unvalidatedConvert(const hal::V1_2::Operand& operand);
38 const hal::V1_2::Operand::ExtraParams& extraParams);
39 GeneralResult<Model> unvalidatedConvert(const hal::V1_2::Model& model);
[all …]
/hardware/interfaces/audio/6.0/
DAndroid.bp16 "types.hal",
17 "IDevice.hal",
18 "IDevicesFactory.hal",
19 "IPrimaryDevice.hal",
20 "IStream.hal",
21 "IStreamIn.hal",
22 "IStreamOut.hal",
23 "IStreamOutCallback.hal",
24 "IStreamOutEventCallback.hal",
/hardware/interfaces/audio/7.0/
DAndroid.bp16 "types.hal",
17 "IDevice.hal",
18 "IDevicesFactory.hal",
19 "IPrimaryDevice.hal",
20 "IStream.hal",
21 "IStreamIn.hal",
22 "IStreamOut.hal",
23 "IStreamOutCallback.hal",
24 "IStreamOutEventCallback.hal",
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
DConversions.h27 GeneralResult<OperandType> unvalidatedConvert(const hal::V1_0::OperandType& operandType);
28 GeneralResult<OperationType> unvalidatedConvert(const hal::V1_0::OperationType& operationType);
29 GeneralResult<Operand::LifeTime> unvalidatedConvert(const hal::V1_0::OperandLifeTime& lifetime);
30 GeneralResult<DeviceStatus> unvalidatedConvert(const hal::V1_0::DeviceStatus& deviceStatus);
32 const hal::V1_0::PerformanceInfo& performanceInfo);
33 GeneralResult<Capabilities> unvalidatedConvert(const hal::V1_0::Capabilities& capabilities);
34 GeneralResult<DataLocation> unvalidatedConvert(const hal::V1_0::DataLocation& location);
35 GeneralResult<Operand> unvalidatedConvert(const hal::V1_0::Operand& operand);
36 GeneralResult<Operation> unvalidatedConvert(const hal::V1_0::Operation& operation);
41 GeneralResult<Model> unvalidatedConvert(const hal::V1_0::Model& model);
[all …]
/hardware/google/interfaces/media/c2/1.0/
DAndroid.bp12 "types.hal",
13 "IComponent.hal",
14 "IComponentInterface.hal",
15 "IComponentListener.hal",
16 "IComponentStore.hal",
17 "IConfigurable.hal",
18 "IInputSurface.hal",
19 "IInputSurfaceConnection.hal",
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGrallocLoader.h120 auto hal = createHal(module); in load() local
121 if (!hal) { in load()
124 return createMapper(std::move(hal)); in load()
145 static std::unique_ptr<hal::MapperHal> createHal(const hw_module_t* module) { in createHal()
149 auto hal = std::make_unique<Gralloc1Hal>(); in createHal() local
150 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
153 auto hal = std::make_unique<Gralloc0Hal>(); in createHal() local
154 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
163 static IMapper* createMapper(std::unique_ptr<hal::MapperHal> hal) { in createMapper() argument
164 auto mapper = std::make_unique<GrallocMapper<hal::Mapper>>(); in createMapper()
[all …]
/hardware/google/camera/devices/EmulatedCamera/hwl/apex/
DAndroid.bp20 name: "com.google.emulated.camera.provider.hal.key",
21 public_key: "com.google.emulated.camera.provider.hal.avbpubkey",
22 private_key: "com.google.emulated.camera.provider.hal.pem",
26 name: "com.google.emulated.camera.provider.hal.certificate",
27 certificate: "com.google.emulated.camera.provider.hal",
31 name: "com.google.emulated.camera.provider.hal.rc",
32 src: "com.google.emulated.camera.provider.hal.rc",
37 name: "com.google.emulated.camera.provider.hal.xml",
44 name: "com.google.emulated.camera.provider.hal.defaults",
46 key: "com.google.emulated.camera.provider.hal.key",
[all …]
/hardware/interfaces/audio/2.0/
DAndroid.bp16 "types.hal",
17 "IDevice.hal",
18 "IDevicesFactory.hal",
19 "IPrimaryDevice.hal",
20 "IStream.hal",
21 "IStreamIn.hal",
22 "IStreamOut.hal",
23 "IStreamOutCallback.hal",

12345678910>>...31