Searched defs:hw (Results 1 - 13 of 13) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.cpp193 AudioHardwareGeneric *hw,
223 mAudioHardware = hw;
312 AudioHardwareGeneric *hw,
321 ALOGV("AudioStreamInGeneric::set(%p, %d, %d, %d, %u)", hw, fd, *pFormat, *pChannels, *pRate);
333 mAudioHardware = hw;
192 set( AudioHardwareGeneric *hw, int fd, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate) argument
311 set( AudioHardwareGeneric *hw, int fd, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate, AudioSystem::audio_in_acoustics acoustics) argument
H A DA2dpAudioInterface.cpp38 // AudioHardwareInterface* hw = 0;
40 // hw = AudioHardwareInterface::create();
41 // ALOGD("new A2dpAudioInterface(hw: %p)", hw);
42 // hw = new A2dpAudioInterface(hw);
43 // return hw;
46 A2dpAudioInterface::A2dpAudioInterface(AudioHardwareInterface* hw) : argument
47 mOutput(0), mHardwareInterface(hw), mBluetoothEnabled(true), mSuspended(false)
H A DAudioDumpInterface.cpp34 AudioDumpInterface::AudioDumpInterface(AudioHardwareInterface* hw) argument
37 if(hw == 0) {
38 ALOGE("Dump construct hw = 0");
40 mFinalInterface = hw;
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h103 PreviewThread(V4LCameraAdapter* hw) : argument
104 Thread(false), mAdapter(hw) { }
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp310 ALOGE("ERROR: cannot set hw params");
407 musbRecordingHandle = configureDevice(PCM_IN|channelFlag|PCM_MMAP, (char *)"hw:1,0",
419 mproxyRecordingHandle = configureDevice(PCM_OUT|channelFlag|PCM_MMAP, (char *)"hw:0,7",
590 struct pcm * AudioUsbALSA::configureDevice(unsigned flags, char* hw, int sampleRate, int channelCount, int periodSize, bool playback){ argument
593 handle = pcm_open(flags, hw);
800 musbPlaybackHandle = configureDevice(PCM_OUT|PCM_STEREO|PCM_MMAP, (char *)"hw:1,0",
818 mproxyPlaybackHandle = configureDevice(PCM_IN|PCM_STEREO|PCM_MMAP, (char *)"hw:0,8",
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.h113 PreviewThread(ExynosCameraHWInterface *hw): argument
115 mHardware(hw) { }
129 VideoThread(ExynosCameraHWInterface *hw): argument
131 mHardware(hw) { }
144 PictureThread(ExynosCameraHWInterface *hw): argument
146 mHardware(hw) { }
156 AutoFocusThread(ExynosCameraHWInterface *hw): Thread(false), mHardware(hw) { } argument
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c953 void *hw)
983 void *hw)
951 exynos_rotator_connect( void *handle, void *hw) argument
981 exynos_rotator_disconnect( void *handle, void *hw) argument
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c1839 /* if we are enabling drm, make sure to enable hw protection.
2040 ALOGE("%s::this exynos_gsc is connected by another hw internaly. So, don't call exynos_gsc_convert()", __func__);
2262 void *hw)
2298 void *hw)
2260 exynos_gsc_connect( void *handle, void *hw) argument
2296 exynos_gsc_disconnect( void *handle, void *hw) argument
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp100 QCamera2HardwareInterface *hw = local
102 if (!hw) {
107 hw->lockAPI();
108 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
110 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW);
111 rc = hw->m_apiResult.status;
113 hw->unlockAPI();
140 QCamera2HardwareInterface *hw = local
142 if (!hw) {
154 hw
175 QCamera2HardwareInterface *hw = local
202 QCamera2HardwareInterface *hw = local
231 QCamera2HardwareInterface *hw = local
263 QCamera2HardwareInterface *hw = local
297 QCamera2HardwareInterface *hw = local
327 QCamera2HardwareInterface *hw = local
362 QCamera2HardwareInterface *hw = local
395 QCamera2HardwareInterface *hw = local
425 QCamera2HardwareInterface *hw = local
455 QCamera2HardwareInterface *hw = local
486 QCamera2HardwareInterface *hw = local
517 QCamera2HardwareInterface *hw = local
551 QCamera2HardwareInterface *hw = local
583 QCamera2HardwareInterface *hw = local
630 QCamera2HardwareInterface *hw = local
664 QCamera2HardwareInterface *hw = local
694 QCamera2HardwareInterface *hw = local
725 QCamera2HardwareInterface *hw = local
760 QCamera2HardwareInterface *hw = local
795 QCamera2HardwareInterface *hw = local
825 QCamera2HardwareInterface *hw = local
858 QCamera2HardwareInterface *hw = local
889 QCamera2HardwareInterface *hw = local
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Dfimg2d.h29 unsigned int hw; member in struct:fimg2d_version
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h47 unsigned int hw; member in struct:fimg2d_version
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h481 MainThread(ExynosCameraHWInterface2 *hw): argument
483 mHardware(hw) { }
497 SensorThread(ExynosCameraHWInterface2 *hw): argument
499 mHardware(hw) { }
513 StreamThread(ExynosCameraHWInterface2 *hw, uint8_t new_index): argument
515 mHardware(hw),
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp4142 QCamera3HardwareInterface *hw = (QCamera3HardwareInterface *)userdata; local
4143 if (hw == NULL) {
4144 ALOGE("%s: Invalid hw %p", __func__, hw);
4148 hw->captureResultCb(metadata, buffer, frame_number);
4169 QCamera3HardwareInterface *hw = local
4171 if (!hw) {
4176 int rc = hw->initialize(callback_ops);
4199 QCamera3HardwareInterface *hw = local
4201 if (!hw) {
4224 QCamera3HardwareInterface *hw = local
4253 QCamera3HardwareInterface *hw = local
4281 QCamera3HardwareInterface *hw = local
4309 QCamera3HardwareInterface *hw = local
4336 QCamera3HardwareInterface *hw = local
4364 QCamera3HardwareInterface *hw = local
4390 QCamera3HardwareInterface *hw = local
[all...]

Completed in 410 milliseconds