Home
last modified time | relevance | path

Searched refs:impl (Results 1 – 13 of 13) sorted by relevance

/device/asus/fugu/libaudio/
Daudio_hal_thunks.cpp45 AudioStreamOut* impl; member
50 AudioStreamIn* impl; member
94 return tstream->impl->sampleRate(); in out_get_sample_rate()
102 if (rate != tstream->impl->sampleRate()) in out_set_sample_rate()
113 return tstream->impl->bufferSize(); in out_get_buffer_size()
121 return tstream->impl->chanMask(); in out_get_channels()
129 return tstream->impl->format(); in out_get_format()
137 if (format != tstream->impl->format()) in out_set_format()
148 return tstream->impl->latency(); in out_get_latency()
156 return tstream->impl->standby(); in out_standby()
[all …]
/device/linaro/hikey/
Ddevice-common.mk41 android.hardware.audio@2.0-impl \
42 android.hardware.audio.effect@2.0-impl \
44 android.hardware.broadcastradio@1.0-impl \
45 android.hardware.soundtrigger@2.0-impl
48 android.hardware.drm@1.0-impl \
58 android.hardware.graphics.allocator@2.0-impl \
59 android.hardware.graphics.mapper@2.0-impl
66 PRODUCT_PACKAGES += android.hardware.power@1.0-impl
70 android.hardware.gnss@1.0-impl
74 android.hardware.keymaster@3.0-impl
/device/generic/car/common/product/
Demulator.mk52 android.hardware.audio@2.0-impl \
53 android.hardware.audio.effect@2.0-impl \
54 android.hardware.keymaster@3.0-impl
74 android.hardware.graphics.allocator@2.0-impl \
76 android.hardware.graphics.mapper@2.0-impl
/device/google/dragon/
Ddevice.mk129 android.hardware.bluetooth@1.0-impl
163 android.hardware.sensors@1.0-impl \
164 android.hardware.power@1.0-impl
168 android.hardware.health@1.0-impl
173 android.hardware.light@2.0-impl
177 android.hardware.keymaster@3.0-impl
181 android.hardware.gatekeeper@1.0-impl
189 android.hardware.graphics.mapper@2.0-impl \
190 android.hardware.graphics.allocator@2.0-impl \
236 android.hardware.audio@2.0-impl \
[all …]
/device/huawei/angler/
Ddevice.mk191 android.hardware.graphics.allocator@2.0-impl \
193 android.hardware.graphics.mapper@2.0-impl \
197 android.hardware.memtrack@1.0-impl
202 android.hardware.light@2.0-impl
206 android.hardware.renderscript@1.0-impl
209 android.hardware.drm@1.0-impl \
221 android.hardware.soundtrigger@2.0-impl
240 android.hardware.audio@2.0-impl \
241 android.hardware.audio.effect@2.0-impl \
242 android.hardware.broadcastradio@1.0-impl \
[all …]
/device/lge/bullhead/
Ddevice.mk186 android.hardware.graphics.allocator@2.0-impl \
188 android.hardware.graphics.mapper@2.0-impl \
192 android.hardware.memtrack@1.0-impl
198 android.hardware.light@2.0-impl
202 android.hardware.renderscript@1.0-impl
205 android.hardware.drm@1.0-impl \
242 android.hardware.audio@2.0-impl \
243 android.hardware.audio.effect@2.0-impl \
244 android.hardware.broadcastradio@1.0-impl \
245 android.hardware.soundtrigger@2.0-impl
[all …]
/device/asus/fugu/
Ddevice.mk87 android.hardware.audio@2.0-impl \
88 android.hardware.audio.effect@2.0-impl
92 android.hardware.keymaster@3.0-impl
133 android.hardware.bluetooth@1.0-impl
141 android.hardware.graphics.allocator@2.0-impl \
142 android.hardware.graphics.composer@2.1-impl \
143 android.hardware.graphics.mapper@2.0-impl
147 android.hardware.renderscript@1.0-impl
296 android.hardware.memtrack@1.0-impl
301 android.hardware.power@1.0-impl \
[all …]
/device/google/marlin/
Ddevice-common.mk132 android.hardware.renderscript@1.0-impl
136 android.hardware.light@2.0-impl
140 android.hardware.keymaster@3.0-impl \
158 android.hardware.audio@2.0-impl \
159 android.hardware.audio.effect@2.0-impl \
160 android.hardware.soundtrigger@2.0-impl
163 android.hardware.drm@1.0-impl
246 android.hardware.gatekeeper@1.0-impl \
258 android.hardware.sensors@1.0-impl \
259 android.hardware.contexthub@1.0-impl \
[all …]
DCleanSpec.mk52 …tep, rm $(OUT_DIR)/target/product/marlin/system/lib/hw/android.hardware.broadcastradio@1.0-impl.so)
53 …p, rm $(OUT_DIR)/target/product/sailfish/system/lib/hw/android.hardware.broadcastradio@1.0-impl.so)
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Dcdefs.h467 #define __sym_compat(sym,impl,verid) \ argument
468 __asm__(".symver " #impl ", " #sym "@" #verid)
469 #define __sym_default(sym,impl,verid) \ argument
470 __asm__(".symver " #impl ", " #sym "@@" #verid)
479 #define __sym_compat(sym,impl,verid) \ argument
481 #define __sym_default(impl,sym,verid) \ argument
/device/google/marlin/common/
Dbase.mk337 LIBCAMERA += camera.device@3.2-impl
338 LIBCAMERA += android.hardware.camera.provider@2.4-impl
406 LIBMEMTRACK += android.hardware.memtrack@1.0-impl
481 LIBPOWER += android.hardware.power@1.0-impl
/device/google/marlin/camera/QCamera2/HAL/
DQCameraParametersIntf.cpp46 #define CHECK_PARAM_INTF(impl) LOG_ALWAYS_FATAL_IF(((impl) == NULL), "impl is NULL!") argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py1732 def __init__(self, impl): argument
1733 self.impl = impl
1736 return self.impl.__get__(obj, owner)