Home
last modified time | relevance | path

Searched refs:inputs (Results 1 – 15 of 15) sorted by relevance

/hardware/libhardware_legacy/audio/
Daudio_policy.conf37 inputs {
55 inputs {
DAudioPolicyManagerBase.cpp198 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/
Daudio_policy.conf32 inputs {
/hardware/bsp/intel/peripheral/audio/generic/primary/
Daudio_policy.conf32 inputs {
/hardware/bsp/intel/peripheral/libmraa/src/javascript/
Dpackage.json.cmake3 …"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/
Dvariance_altivec.asm74 ;# 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.
Dsad_altivec.asm115 ;# 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/
DCamera.cpp234 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/
DCamera.cpp282 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/
Dvp9_idct4x4_add_neon.asm29 ; the inputs, doing an SIMD column transform (the columns are the
35 ; load the inputs into q8-q9, d16-d19
Dvp9_iht4x4_add_neon.asm152 ; load the inputs into d16-d19
Dvp9_iht8x8_add_neon.asm572 ; load the inputs into d16-d19
Dvp9_idct32x32_add_neon.asm255 ; (used) two for inputs (regA-regD), one for constants (q15)
/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.cpp323 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/
DAudioPolicyManagerBase.h428 SortedVector<audio_io_handle_t>& inputs,