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

  /external/tinyalsa/include/tinyalsa/
asoundlib.h 49 #define PCM_NORESTART 0x00000004 /* PCM_NORESTART - when set, calls to
  /device/asus/fugu/libaudio/
AudioOutput.cpp 233 PCM_OUT | PCM_NORESTART | PCM_MONOTONIC, &config);
  /external/tinyalsa/
pcm.c 512 if (pcm->flags & PCM_NORESTART)
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 306 out->pcm = pcm_open(PCM_CARD, device, PCM_OUT | PCM_NORESTART | PCM_MONOTONIC, out->pcm_config);
    [all...]

Completed in 1045 milliseconds