OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stream_in
(Results
1 - 3
of
3
) sorted by null
/device/asus/grouper/audio/
audio_hw.c
121
struct
stream_in
*active_in;
144
struct
stream_in
{
struct
184
* audio_device mutex first, followed by the
stream_in
and/or
246
static void do_in_standby(struct
stream_in
*in)
296
struct
stream_in
*in = adev->active_in;
337
static int start_input_stream(struct
stream_in
*in)
410
struct
stream_in
*in;
415
in = (struct
stream_in
*)((char *)buffer_provider -
416
offsetof(struct
stream_in
, buf_provider));
456
struct
stream_in
*in
[
all
...]
/device/htc/flounder/audio/hal/
audio_hw.h
310
struct
stream_in
{
struct
384
struct
stream_in
* active_input;
440
* lock_inputs,
stream_in
, stream_out, audio_device, then tfa9895 mutex.
441
*
stream_in
mutex must always be before stream_out mutex
/device/samsung/manta/audio/
audio_hw.c
178
struct
stream_in
{
struct
768
static int start_input_stream(struct
stream_in
*in)
831
struct
stream_in
*in;
837
in = (struct
stream_in
*)((char *)buffer_provider -
838
offsetof(struct
stream_in
, buf_provider));
879
struct
stream_in
*in;
884
in = (struct
stream_in
*)((char *)buffer_provider -
885
offsetof(struct
stream_in
, buf_provider));
892
static ssize_t read_frames(struct
stream_in
*in, void *buffer, ssize_t frames)
[
all
...]
Completed in 400 milliseconds