HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceInfo (Results 1 - 10 of 10) sorted by null

  /device/asus/fugu/libaudio/
AudioHotplugThread.h 56 static bool getDeviceInfo(unsigned int pcmCard, unsigned int pcmDevice,
AudioStreamIn.h 59 const AudioHotplugThread::DeviceInfo* getDeviceInfo() { return mCurrentDeviceInfo; };
AudioHotplugThread.cpp 195 bool AudioHotplugThread::getDeviceInfo(unsigned int pcmCard,
207 ALOGD("AudioHotplugThread::getDeviceInfo opening %s", devicePath.string());
210 ALOGE("AudioHotplugThread::getDeviceInfo open failed for %s", devicePath.string());
269 if (getDeviceInfo(pcmCard, pcmDevice, &deviceInfo)) {
371 if (getDeviceInfo(pcmCard, pcmDevice, &deviceInfo)) {
AudioHardwareInput.cpp 156 if (deviceInfo == NULL || deviceInfo == mInputStreams[i]->getDeviceInfo()) {
  /cts/suite/audio_quality/executable/src/
main.cpp 125 if (!client->getAudio()->getDeviceInfo(deviceInfo)) {
  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 61 bool getDeviceInfo(android::String8& data);
  /cts/suite/audio_quality/test/
ClientInterfaceTest.cpp 57 ASSERT_TRUE(audio->getDeviceInfo(info));
RemoteAudioFakeTcpTest.cpp 328 ASSERT_TRUE(mRemoteAudio->getDeviceInfo(info));
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
VideoCaptureDeviceInfoAndroid.java 43 private static String getDeviceInfo() {
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 311 bool RemoteAudio::getDeviceInfo(android::String8& data)
355 // no post for download and getdeviceinfo. Client blocked until reply comes with time-out

Completed in 907 milliseconds