HomeSort by relevance Sort by last modified time
    Searched defs:pVolume (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
Effects.cpp 739 uint32_t *pVolume = NULL;
744 pVolume = volume;
751 pVolume);
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 934 ISimpleAudioVolume* pVolume = NULL;
939 hr = pManager->GetSimpleAudioVolume(NULL, FALSE, &pVolume);
943 hr = pVolume->GetMasterVolume(&volume);
951 SAFE_RELEASE(pVolume);
958 SAFE_RELEASE(pVolume);
    [all...]

Completed in 502 milliseconds