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

  /hardware/libhardware_legacy/audio/
AudioHardwareGeneric.cpp 41 static char const * const kAudioDeviceName = "/dev/eac";
48 mFd = ::open(kAudioDeviceName, O_RDWR);
61 if (::access(kAudioDeviceName, O_RDWR) == NO_ERROR)
  /frameworks/base/services/core/jni/BroadcastRadio/
Tuner.cpp 70 static const char* const kAudioDeviceName = "Radio tuner source";
153 nullptr, kAudioDeviceName);

Completed in 74 milliseconds