Home
last modified time | relevance | path

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

12345678910>>...19

/hardware/interfaces/gnss/1.0/
DAndroid.bp7 "types.hal",
8 "IAGnss.hal",
9 "IAGnssCallback.hal",
10 "IAGnssRil.hal",
11 "IAGnssRilCallback.hal",
12 "IGnss.hal",
13 "IGnssBatching.hal",
14 "IGnssBatchingCallback.hal",
15 "IGnssCallback.hal",
16 "IGnssConfiguration.hal",
[all …]
/hardware/interfaces/audio/effect/6.0/
DAndroid.bp7 "types.hal",
8 "IAcousticEchoCancelerEffect.hal",
9 "IAutomaticGainControlEffect.hal",
10 "IBassBoostEffect.hal",
11 "IDownmixEffect.hal",
12 "IEffect.hal",
13 "IEffectBufferProviderCallback.hal",
14 "IEffectsFactory.hal",
15 "IEnvironmentalReverbEffect.hal",
16 "IEqualizerEffect.hal",
[all …]
/hardware/interfaces/audio/effect/5.0/
DAndroid.bp7 "types.hal",
8 "IAcousticEchoCancelerEffect.hal",
9 "IAutomaticGainControlEffect.hal",
10 "IBassBoostEffect.hal",
11 "IDownmixEffect.hal",
12 "IEffect.hal",
13 "IEffectBufferProviderCallback.hal",
14 "IEffectsFactory.hal",
15 "IEnvironmentalReverbEffect.hal",
16 "IEqualizerEffect.hal",
[all …]
/hardware/interfaces/wifi/1.0/
DAndroid.bp7 "types.hal",
8 "IWifi.hal",
9 "IWifiApIface.hal",
10 "IWifiChip.hal",
11 "IWifiChipEventCallback.hal",
12 "IWifiEventCallback.hal",
13 "IWifiIface.hal",
14 "IWifiNanIface.hal",
15 "IWifiNanIfaceEventCallback.hal",
16 "IWifiP2pIface.hal",
[all …]
/hardware/interfaces/audio/effect/4.0/
DAndroid.bp9 "types.hal",
10 "IAcousticEchoCancelerEffect.hal",
11 "IAutomaticGainControlEffect.hal",
12 "IBassBoostEffect.hal",
13 "IDownmixEffect.hal",
14 "IEffect.hal",
15 "IEffectBufferProviderCallback.hal",
16 "IEffectsFactory.hal",
17 "IEnvironmentalReverbEffect.hal",
18 "IEqualizerEffect.hal",
[all …]
/hardware/interfaces/audio/effect/2.0/
DAndroid.bp9 "types.hal",
10 "IAcousticEchoCancelerEffect.hal",
11 "IAutomaticGainControlEffect.hal",
12 "IBassBoostEffect.hal",
13 "IDownmixEffect.hal",
14 "IEffect.hal",
15 "IEffectBufferProviderCallback.hal",
16 "IEffectsFactory.hal",
17 "IEnvironmentalReverbEffect.hal",
18 "IEqualizerEffect.hal",
[all …]
/hardware/interfaces/wifi/supplicant/1.0/
DAndroid.bp7 "types.hal",
8 "ISupplicant.hal",
9 "ISupplicantCallback.hal",
10 "ISupplicantIface.hal",
11 "ISupplicantNetwork.hal",
12 "ISupplicantP2pIface.hal",
13 "ISupplicantP2pIfaceCallback.hal",
14 "ISupplicantP2pNetwork.hal",
15 "ISupplicantP2pNetworkCallback.hal",
16 "ISupplicantStaIface.hal",
[all …]
/hardware/interfaces/tv/tuner/1.0/
DAndroid.bp7 "types.hal",
8 "IDemux.hal",
9 "IDescrambler.hal",
10 "IDvr.hal",
11 "IDvrCallback.hal",
12 "IFilter.hal",
13 "IFilterCallback.hal",
14 "IFrontend.hal",
15 "IFrontendCallback.hal",
16 "ILnb.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/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/gnss/2.0/
DAndroid.bp7 "types.hal",
8 "IAGnss.hal",
9 "IAGnssCallback.hal",
10 "IAGnssRil.hal",
11 "IGnss.hal",
12 "IGnssBatching.hal",
13 "IGnssBatchingCallback.hal",
14 "IGnssCallback.hal",
15 "IGnssConfiguration.hal",
16 "IGnssDebug.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/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/audio/2.0/
DAndroid.bp7 "types.hal",
8 "IDevice.hal",
9 "IDevicesFactory.hal",
10 "IPrimaryDevice.hal",
11 "IStream.hal",
12 "IStreamIn.hal",
13 "IStreamOut.hal",
14 "IStreamOutCallback.hal",
/hardware/interfaces/audio/5.0/
DAndroid.bp7 "types.hal",
8 "IDevice.hal",
9 "IDevicesFactory.hal",
10 "IPrimaryDevice.hal",
11 "IStream.hal",
12 "IStreamIn.hal",
13 "IStreamOut.hal",
14 "IStreamOutCallback.hal",
/hardware/interfaces/audio/6.0/
DAndroid.bp7 "types.hal",
8 "IDevice.hal",
9 "IDevicesFactory.hal",
10 "IPrimaryDevice.hal",
11 "IStream.hal",
12 "IStreamIn.hal",
13 "IStreamOut.hal",
14 "IStreamOutCallback.hal",
/hardware/interfaces/media/c2/1.0/
DAndroid.bp7 "types.hal",
8 "IComponent.hal",
9 "IComponentInterface.hal",
10 "IComponentListener.hal",
11 "IComponentStore.hal",
12 "IConfigurable.hal",
13 "IInputSink.hal",
14 "IInputSurface.hal",
15 "IInputSurfaceConnection.hal",
/hardware/google/interfaces/media/c2/1.0/
DAndroid.bp7 "types.hal",
8 "IComponent.hal",
9 "IComponentInterface.hal",
10 "IComponentListener.hal",
11 "IComponentStore.hal",
12 "IConfigurable.hal",
13 "IInputSurface.hal",
14 "IInputSurfaceConnection.hal",
/hardware/interfaces/audio/4.0/
DAndroid.bp9 "types.hal",
10 "IDevice.hal",
11 "IDevicesFactory.hal",
12 "IPrimaryDevice.hal",
13 "IStream.hal",
14 "IStreamIn.hal",
15 "IStreamOut.hal",
16 "IStreamOutCallback.hal",
/hardware/interfaces/wifi/1.2/
DAndroid.bp7 "types.hal",
8 "IWifi.hal",
9 "IWifiChip.hal",
10 "IWifiChipEventCallback.hal",
11 "IWifiNanIface.hal",
12 "IWifiNanIfaceEventCallback.hal",
13 "IWifiStaIface.hal",
/hardware/interfaces/neuralnetworks/1.2/
DAndroid.bp7 "types.hal",
8 "IBurstCallback.hal",
9 "IBurstContext.hal",
10 "IDevice.hal",
11 "IExecutionCallback.hal",
12 "IPreparedModel.hal",
13 "IPreparedModelCallback.hal",
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGrallocLoader.h118 auto hal = createHal(module); in load() local
119 if (!hal) { in load()
122 return createMapper(std::move(hal)); in load()
143 static std::unique_ptr<hal::MapperHal> createHal(const hw_module_t* module) { in createHal()
147 auto hal = std::make_unique<Gralloc1Hal>(); in createHal() local
148 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
151 auto hal = std::make_unique<Gralloc0Hal>(); in createHal() local
152 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
161 static IMapper* createMapper(std::unique_ptr<hal::MapperHal> hal) { in createMapper() argument
162 auto mapper = std::make_unique<GrallocMapper<hal::Mapper>>(); in createMapper()
[all …]
/hardware/interfaces/neuralnetworks/1.3/
DAndroid.bp7 "types.hal",
8 "IBuffer.hal",
9 "IDevice.hal",
10 "IExecutionCallback.hal",
11 "IFencedExecutionCallback.hal",
12 "IPreparedModel.hal",
13 "IPreparedModelCallback.hal",
/hardware/interfaces/media/omx/1.0/
DAndroid.bp10 "types.hal",
11 "IGraphicBufferSource.hal",
12 "IOmx.hal",
13 "IOmxBufferSource.hal",
14 "IOmxNode.hal",
15 "IOmxObserver.hal",
16 "IOmxStore.hal",

12345678910>>...19