Searched refs:inputs (Results 1 – 15 of 15) sorted by relevance
/hardware/libhardware_legacy/audio/ |
D | audio_policy.conf | 37 inputs { 55 inputs {
|
D | AudioPolicyManagerBase.cpp | 198 SortedVector <audio_io_handle_t> inputs; in setDeviceConnectionState() local 220 if (checkInputsForDevice(device, state, inputs, paramStr) != NO_ERROR) { in setDeviceConnectionState() 233 checkInputsForDevice(device, state, inputs, paramStr); in setDeviceConnectionState() 2067 SortedVector<audio_io_handle_t>& inputs, in checkInputsForDevice() argument 2077 inputs.add(mInputs.keyAt(input_index)); in checkInputsForDevice() 2101 if (profiles.isEmpty() && inputs.isEmpty()) { in checkInputsForDevice() 2189 inputs.add(input); in checkInputsForDevice() 2206 inputs.add(mInputs.keyAt(input_index)); in checkInputsForDevice()
|
/hardware/bsp/intel/peripheral/audio/generic/usb/ |
D | audio_policy.conf | 32 inputs {
|
/hardware/bsp/intel/peripheral/audio/generic/primary/ |
D | audio_policy.conf | 32 inputs {
|
/hardware/bsp/intel/peripheral/libmraa/src/javascript/ |
D | package.json.cmake | 3 …"description": "IO library that helps you use I2c, SPI, gpio, uart, pwm, analog inputs (aio) and m…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | variance_altivec.asm | 74 ;# only one of the inputs should need to be aligned. 107 ;# only one of the inputs should need to be aligned. 115 ;# only one of the inputs should need to be aligned. 206 ;# only one of the inputs should need to be aligned.
|
D | sad_altivec.asm | 115 ;# only one of the inputs should need to be aligned. 123 ;# only one of the inputs should need to be aligned.
|
/hardware/libhardware/modules/camera/ |
D | Camera.cpp | 234 int inputs = 0; in isValidStreamSet() local 249 inputs++; in isValidStreamSet() 254 __func__, mId, outputs, inputs); in isValidStreamSet() 259 if (inputs > 1) { in isValidStreamSet()
|
/hardware/libhardware/modules/usbcamera/ |
D | Camera.cpp | 282 int inputs = 0; in isValidStreamSetLocked() local 293 inputs++; in isValidStreamSetLocked() 298 __func__, mId, outputs, inputs); in isValidStreamSetLocked() 303 if (inputs > 1) { in isValidStreamSetLocked()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct4x4_add_neon.asm | 29 ; the inputs, doing an SIMD column transform (the columns are the 35 ; load the inputs into q8-q9, d16-d19
|
D | vp9_iht4x4_add_neon.asm | 152 ; load the inputs into d16-d19
|
D | vp9_iht8x8_add_neon.asm | 572 ; load the inputs into d16-d19
|
D | vp9_idct32x32_add_neon.asm | 255 ; (used) two for inputs (regA-regD), one for constants (q15)
|
/hardware/qcom/audio/msm8909/policy_hal/ |
D | AudioPolicyManager.cpp | 323 SortedVector <audio_io_handle_t> inputs; in setDeviceConnectionStateInt() local 340 if (checkInputsForDevice(devDesc, state, inputs, devDesc->mAddress) != NO_ERROR) { in setDeviceConnectionStateInt() 374 checkInputsForDevice(devDesc, state, inputs, devDesc->mAddress); in setDeviceConnectionStateInt()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 428 SortedVector<audio_io_handle_t>& inputs,
|