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

  /hardware/qcom/audio/msm8909/hal/audio_extn/
fm.c 59 static struct fm_module fmmod = { variable in typeref:struct:fm_module
85 fmmod.fm_volume = value;
87 if (!fmmod.is_fm_running) {
110 fmmod.is_fm_running = false;
113 if (fmmod.fm_pcm_rx) {
114 pcm_close(fmmod.fm_pcm_rx);
115 fmmod.fm_pcm_rx = NULL;
117 if (fmmod.fm_pcm_tx) {
118 pcm_close(fmmod.fm_pcm_tx);
119 fmmod.fm_pcm_tx = NULL
    [all...]
  /bionic/libc/kernel/uapi/sound/
sfnt_info.h 82 unsigned short fmmod; member in struct:soundfont_voice_parm
  /external/kernel-headers/original/uapi/sound/
sfnt_info.h 103 unsigned short fmmod; /* LFO1 pitch & cutoff (0x0000) */ member in struct:soundfont_voice_parm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
sfnt_info.h 103 unsigned short fmmod; /* LFO1 pitch & cutoff (0x0000) */ member in struct:soundfont_voice_parm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
sfnt_info.h 103 unsigned short fmmod; /* LFO1 pitch & cutoff (0x0000) */ member in struct:soundfont_voice_parm

Completed in 5241 milliseconds