OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audio_hw_device
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/include/hardware/
audio.h
247
struct
audio_hw_device
{
struct
252
* each
audio_hw_device
implementation.
256
uint32_t (*get_supported_devices)(const struct
audio_hw_device
*dev);
262
int (*init_check)(const struct
audio_hw_device
*dev);
265
int (*set_voice_volume)(struct
audio_hw_device
*dev, float volume);
272
int (*set_master_volume)(struct
audio_hw_device
*dev, float volume);
279
int (*set_mode)(struct
audio_hw_device
*dev, int mode);
282
int (*set_mic_mute)(struct
audio_hw_device
*dev, bool state);
283
int (*get_mic_mute)(const struct
audio_hw_device
*dev, bool *state);
286
int (*set_parameters)(struct
audio_hw_device
*dev, const char *kv_pairs)
[
all
...]
/hardware/libhardware/modules/audio/
audio_hw.c
32
struct
audio_hw_device
device;
210
static int adev_open_output_stream(struct
audio_hw_device
*dev,
249
static void adev_close_output_stream(struct
audio_hw_device
*dev,
255
static int adev_set_parameters(struct
audio_hw_device
*dev, const char *kvpairs)
260
static char * adev_get_parameters(const struct
audio_hw_device
*dev,
266
static int adev_init_check(const struct
audio_hw_device
*dev)
271
static int adev_set_voice_volume(struct
audio_hw_device
*dev, float volume)
276
static int adev_set_master_volume(struct
audio_hw_device
*dev, float volume)
281
static int adev_set_mode(struct
audio_hw_device
*dev, int mode)
286
static int adev_set_mic_mute(struct
audio_hw_device
*dev, bool state
[
all
...]
/hardware/libhardware_legacy/audio/
audio_hw_hal.cpp
38
struct
audio_hw_device
device;
290
/**
audio_hw_device
implementation **/
291
static inline struct legacy_audio_device * to_ladev(struct
audio_hw_device
*dev)
296
static inline const struct legacy_audio_device * to_cladev(const struct
audio_hw_device
*dev)
301
static uint32_t adev_get_supported_devices(const struct
audio_hw_device
*dev)
330
static int adev_init_check(const struct
audio_hw_device
*dev)
337
static int adev_set_voice_volume(struct
audio_hw_device
*dev, float volume)
343
static int adev_set_master_volume(struct
audio_hw_device
*dev, float volume)
349
static int adev_set_mode(struct
audio_hw_device
*dev, int mode)
355
static int adev_set_mic_mute(struct
audio_hw_device
*dev, bool state
[
all
...]
/external/bluetooth/bluez/audio/
android_audio_hw.c
53
struct
audio_hw_device
device;
416
static int adev_open_output_stream(struct
audio_hw_device
*dev,
534
static void adev_close_output_stream(struct
audio_hw_device
*dev,
545
static int adev_set_parameters(struct
audio_hw_device
*dev, const char *kvpairs)
579
static char * adev_get_parameters(const struct
audio_hw_device
*dev,
614
static int adev_init_check(const struct
audio_hw_device
*dev)
619
static int adev_set_voice_volume(struct
audio_hw_device
*dev, float volume)
624
static int adev_set_master_volume(struct
audio_hw_device
*dev, float volume)
629
static int adev_set_mode(struct
audio_hw_device
*dev, int mode)
635
static int adev_set_mic_mute(struct
audio_hw_device
*dev, bool state
[
all
...]
/device/samsung/tuna/audio/
audio_hw.c
479
struct
audio_hw_device
hw_device;
558
static int adev_set_voice_volume(struct
audio_hw_device
*dev, float volume);
[
all
...]
Completed in 29 milliseconds