Searched refs:path (Results 1 - 21 of 21) sorted by relevance

/device/asus/grouper/audio/
H A Daudio_route.c67 struct mixer_path *path; member in struct:config_parse_state
71 /* path functions */
124 /* initialise the new mixer path */
130 /* return the mixer path just added, then increment number of them */
134 static bool path_setting_exists(struct mixer_path *path, argument
139 for (i = 0; i < path->length; i++)
140 if (path->setting[i].ctl == setting->ctl)
146 static int path_add_setting(struct mixer_path *path, argument
151 if (path_setting_exists(path, setting)) {
152 ALOGE("Duplicate path settin
182 path_add_path(struct mixer_path *path, struct mixer_path *sub_path) argument
193 path_print(struct mixer_path *path) argument
203 path_apply(struct audio_route *ar, struct mixer_path *path) argument
384 struct mixer_path *path; local
408 struct mixer_path *path; local
[all...]
H A DAndroid.mk27 $(call include-path-for, audio-utils)
/device/asus/grouper/power/
H A Dpower.c32 static void sysfs_write(char *path, char *s) argument
36 int fd = open(path, O_WRONLY);
40 ALOGE("Error opening %s: %s\n", path, buf);
47 ALOGE("Error writing to %s: %s\n", path, buf);
/device/samsung/crespo/libaudio/
H A DAndroid.mk22 $(call include-path-for, audio-effects) \
23 $(call include-path-for, audio-utils)
H A Dsecril-client.h134 * External sound device path.
159 * Set external sound device path for noise reduction.
161 int SetCallAudioPath(HRilClient client, AudioPath path);
H A DAudioHardware.cpp606 case AudioSystem::DEVICE_OUT_WIRED_HEADPHONE: // Use receive path with 3 pole headset.
708 // Setup sound path for CP clocking
714 AudioPath path; local
718 path = SOUND_AUDIO_PATH_HANDSET;
723 path = SOUND_AUDIO_PATH_SPEAKER;
731 path = SOUND_AUDIO_PATH_BLUETOOTH;
733 path = SOUND_AUDIO_PATH_BLUETOOTH_NO_NR;
739 path = SOUND_AUDIO_PATH_HEADPHONE;
743 path = SOUND_AUDIO_PATH_HEADSET;
747 path
[all...]
/device/samsung/crespo/liblight/
H A Dlights.c33 static int write_int(char const *path, int value) argument
40 ALOGV("write_int: path %s, value %d", path, value);
41 fd = open(path, O_RDWR);
51 ALOGE("write_int failed to open %s\n", path);
/device/samsung/tuna/audio/
H A Dril_interface.h68 int ril_set_call_audio_path(struct ril_handle *ril, enum ril_audio_path path);
H A DAndroid.mk24 $(call include-path-for, audio-utils) \
25 $(call include-path-for, audio-effects)
H A Dril_interface.c166 int ril_set_call_audio_path(struct ril_handle *ril, enum ril_audio_path path) argument
171 return _ril_set_call_audio_path(ril->client, path);
/device/samsung/tuna/power/
H A Dpower_tuna.c37 static void sysfs_write(char *path, char *s) argument
41 int fd = open(path, O_WRONLY);
45 ALOGE("Error opening %s: %s\n", path, buf);
52 ALOGE("Error writing to %s: %s\n", path, buf);
/device/asus/grouper/liblights/
H A Dlights.c36 static int write_int(char const *path, int value) argument
40 fd = open(path, O_RDWR);
49 LOGE("write_int failed to open %s\n", path);
/device/samsung/tuna/liblight/
H A Dlights.c50 static int write_int(char const *path, int value) argument
57 ALOGV("write_int: path %s, value %d", path, value);
58 fd = open(path, O_RDWR);
68 ALOGE("write_int failed to open %s\n", path);
/device/ti/panda/audio/
H A DAndroid.mk30 $(call include-path-for, audio-utils) \
31 $(call include-path-for, audio-effects)
/device/ti/panda/audio/test/
H A DTestFlinger.py105 command = os.path.abspath(self._program)
107 if not os.path.exists(command):
231 if os.path.exists(tmpfile):
235 while os.path.exists(tmpfile):
H A Drun-tests.py22 import sys, os, os.path, time namespace
101 return os.path.exists(name)
113 adb and monkeyrunner are in the path
/device/moto/stingray/liblights/
H A Dlights.c52 static int write_int(char const *path, int value) argument
56 fd = open(path, O_RDWR);
65 ALOGE("write_int failed to open %s\n", path);
72 static int write_string(char const *path, char const *value) argument
76 fd = open(path, O_RDWR);
85 ALOGE("write_int failed to open %s\n", path);
/device/moto/wingray/libaudio/
H A DAndroid.mk44 $(call include-path-for, audio-effects)
H A DAudioPostProcessor.h72 int read_dock_prop(char const *path);
H A DAudioPostProcessor.cpp508 // Include zero padding. Our echo canceller needs a consistent path.
603 int AudioPostProcessor::read_dock_prop(char const *path) argument
617 fd = open(path, O_RDONLY);
636 ALOGE("read_dock_prop failed to open %s\n", path);
H A DAudioHardware.cpp544 int path; local
555 // path = AUDIO_HW_GAIN_EARPIECE;
558 path = AUDIO_HW_GAIN_HEADSET_NO_MIC;
560 path = AUDIO_HW_GAIN_HEADSET_W_MIC;
562 path = AUDIO_HW_GAIN_EMU_DEVICE;
564 path = AUDIO_HW_GAIN_SPEAKERPHONE;
566 ALOGV("Picked gain[%d][%d][%d] which is %d.",direction, usecase, path,
567 mCpcapGain[direction][usecase][path]);
569 return mCpcapGain[direction][usecase][path];
698 // rx path i
[all...]

Completed in 135 milliseconds