OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_format
(Results
1 - 7
of
7
) sorted by null
/hardware/libhardware/include/hardware/
audio.h
105
int (*
get_format
)(const struct audio_stream *stream);
member in struct:audio_stream
222
switch (s->
get_format
(s)) {
/hardware/libhardware/modules/audio/
audio_hw.c
227
out->stream.common.
get_format
= out_get_format;
321
in->stream.common.
get_format
= in_get_format;
/hardware/msm7k/libcopybit/
copybit.cpp
120
static int
get_format
(int format) {
function
139
img->format =
get_format
(rhs->format);
/hardware/libhardware_legacy/audio/
audio_hw_hal.cpp
418
out->stream.common.
get_format
= out_get_format;
478
in->stream.common.
get_format
= in_get_format;
/external/bluetooth/bluez/audio/
android_audio_hw.c
446
out->stream.common.
get_format
= out_get_format;
/device/samsung/tuna/audio/
audio_hw.c
[
all
...]
/frameworks/base/services/audioflinger/
AudioFlinger.cpp
[
all
...]
Completed in 22 milliseconds