Searched defs:hw (Results 1 - 12 of 12) 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/ti/omap4-aah/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h141 PreviewThread(V4LCameraAdapter* hw) : argument
142 Thread(false), mAdapter(hw) { }
/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/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.h466 MainThread(ExynosCameraHWInterface2 *hw): argument
468 mHardware(hw) { }
482 SensorThread(ExynosCameraHWInterface2 *hw): argument
484 mHardware(hw) { }
498 StreamThread(ExynosCameraHWInterface2 *hw, uint8_t new_index): argument
500 mHardware(hw),

Completed in 225 milliseconds