HomeSort by relevance Sort by last modified time
    Searched full:hwi (Results 1 - 25 of 29) sorted by null

1 2

  /external/qemu/audio/
audio.c 1236 HWVoiceIn *hwi = NULL; local
1242 while ((hwi = audio_pcm_hw_find_any_enabled_in (hwi))) {
1243 if (!hwi->poll_mode) return 1;
1879 HWVoiceIn *hwi = NULL; local
1899 HWVoiceIn *hwi = NULL; local
    [all...]
winaudio.c 356 winaudio_in_buffer_done (HWAVEIN hwi, UINT uMsg, DWORD_PTR dwInstance,
  /external/chromium_org/media/audio/win/
wavein_input_win.h 65 static void CALLBACK WaveCallback(HWAVEIN hwi, UINT msg, DWORD_PTR instance,
wavein_input_win.cc 283 void PCMWaveInAudioInputStream::WaveCallback(HWAVEIN hwi, UINT msg,
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.h 196 QCamera2HardwareInterface *m_parent; // ptr to HWI
QCameraStateMachine.cpp 76 // API is in a way sync call, so evt_payload is managed by HWI
106 * @ctrl : ptr to HWI object
    [all...]
QCamera2HWICallbacks.cpp     [all...]
QCameraPostProc.cpp 46 * @cam_ctrl : ptr to HWI object
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraStateMachine.h 196 QCamera2HardwareInterface *m_parent; // ptr to HWI
QCameraStateMachine.cpp 76 // API is in a way sync call, so evt_payload is managed by HWI
106 * @ctrl : ptr to HWI object
    [all...]
QCamera2HWICallbacks.cpp     [all...]
QCameraPostProc.cpp 46 * @cam_ctrl : ptr to HWI object
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.h 217 QCamera2HardwareInterface *m_parent; // ptr to HWI
QCameraStateMachine.cpp 76 // API is in a way sync call, so evt_payload is managed by HWI
106 * @ctrl : ptr to HWI object
    [all...]
QCamera2HWICallbacks.cpp     [all...]
QCameraPostProc.cpp 58 * @cam_ctrl : ptr to HWI object
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmsystem.h 546 WINMMAPI MMRESULT WINAPI waveInClose(HWAVEIN hwi);
547 WINMMAPI MMRESULT WINAPI waveInPrepareHeader(HWAVEIN hwi,LPWAVEHDR pwh,UINT cbwh);
548 WINMMAPI MMRESULT WINAPI waveInUnprepareHeader(HWAVEIN hwi,LPWAVEHDR pwh,UINT cbwh);
549 WINMMAPI MMRESULT WINAPI waveInAddBuffer(HWAVEIN hwi,LPWAVEHDR pwh,UINT cbwh);
550 WINMMAPI MMRESULT WINAPI waveInStart(HWAVEIN hwi);
551 WINMMAPI MMRESULT WINAPI waveInStop(HWAVEIN hwi);
552 WINMMAPI MMRESULT WINAPI waveInReset(HWAVEIN hwi);
553 WINMMAPI MMRESULT WINAPI waveInGetPosition(HWAVEIN hwi,LPMMTIME pmmt,UINT cbmmt);
554 WINMMAPI MMRESULT WINAPI waveInGetID(HWAVEIN hwi,LPUINT puDeviceID);
555 WINMMAPI MMRESULT WINAPI waveInMessage(HWAVEIN hwi,UINT uMsg,DWORD_PTR dw1,DWORD_PTR dw2)
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraStream.h 344 /*TBD:Bikas: This is defined in HWI too.*/
  /device/lge/mako/camera/
QCameraStream.h 352 /*TBD:Bikas: This is defined in HWI too.*/
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 48 * @cam_ctrl : ptr to HWI object
    [all...]
QCamera3Channel.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 49 * @cam_ctrl : ptr to HWI object
    [all...]
QCamera3Channel.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 51 * @cam_ctrl : ptr to HWI object
    [all...]
QCamera3Channel.cpp     [all...]

Completed in 390 milliseconds

1 2