OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ioHandle
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmedia/
IAudioFlingerClient.cpp
42
void ioConfigChanged(int event, audio_io_handle_t
ioHandle
, const void *param2)
47
data.writeInt32((int32_t)
ioHandle
);
76
audio_io_handle_t
ioHandle
= (audio_io_handle_t) data.readInt32();
92
ioConfigChanged(event,
ioHandle
, param2);
IAudioFlinger.cpp
344
virtual status_t setParameters(audio_io_handle_t
ioHandle
, const String8& keyValuePairs)
348
data.writeInt32((int32_t)
ioHandle
);
354
virtual String8 getParameters(audio_io_handle_t
ioHandle
, const String8& keys) const
358
data.writeInt32((int32_t)
ioHandle
);
549
virtual size_t getInputFramesLost(audio_io_handle_t
ioHandle
) const
553
data.writeInt32((int32_t)
ioHandle
);
[
all
...]
/device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp
93
int
ioHandle
; // handle of input stream this session is on
136
int
ioHandle
;
581
session->
ioHandle
= ES305_IO_HANDLE_NONE;
600
session->
ioHandle
, procId, session->createdMsk);
662
if (sAdncSessions[i].
ioHandle
== ioId) {
667
if (sAdncSessions[i].
ioHandle
== ES305_IO_HANDLE_NONE) {
669
sAdncSessions[i].
ioHandle
= ioId;
730
i, sAdncSessions[i].
ioHandle
, sAdncSessions[i].createdMsk, sAdncSessions[i].activeMsk);
989
session->
ioHandle
= ES305_IO_HANDLE_NONE;
1014
if (fx->session->
ioHandle
== 0)
[
all
...]
/hardware/libhardware/include/hardware/
audio_effect.h
441
// send the
ioHandle
of the effect thread
[
all
...]
Completed in 818 milliseconds