OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIoHandle
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/media/java/android/media/
AudioMixPort.java
31
private final int
mIoHandle
;
38
mIoHandle
= ioHandle;
54
return
mIoHandle
;
63
if (
mIoHandle
!= other.ioHandle()) {
/frameworks/av/include/media/
AudioIoDescriptor.h
36
mIoHandle
(AUDIO_IO_HANDLE_NONE),
59
audio_io_handle_t
mIoHandle
;
/frameworks/av/media/libmedia/
IAudioFlingerClient.cpp
47
data.writeInt32((int32_t)ioDesc->
mIoHandle
);
71
ioDesc->
mIoHandle
= (audio_io_handle_t) data.readInt32();
AudioSystem.cpp
490
if (ioDesc == 0 || ioDesc->
mIoHandle
== AUDIO_IO_HANDLE_NONE) return;
501
sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->
mIoHandle
);
503
mIoDescriptors.add(ioDesc->
mIoHandle
, ioDesc);
506
mIoDescriptors.replaceValueFor(ioDesc->
mIoHandle
, ioDesc);
511
ssize_t ioIndex = mAudioDeviceCallbacks.indexOfKey(ioDesc->
mIoHandle
);
518
ioDesc->
mIoHandle
, ioDesc->mSamplingRate, ioDesc->mFormat, ioDesc->mChannelMask,
523
if (getIoDescriptor_l(ioDesc->
mIoHandle
) == 0) {
525
event == AUDIO_OUTPUT_CLOSED ? "output" : "input", ioDesc->
mIoHandle
);
529
event == AUDIO_OUTPUT_CLOSED ? "output" : "input", ioDesc->
mIoHandle
);
531
mIoDescriptors.removeItem(ioDesc->
mIoHandle
);
[
all
...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioInputDescriptor.cpp
30
:
mIoHandle
(0),
45
mIoHandle
= ioHandle;
77
"toAudioPortConfig() called on input with null profile %d",
mIoHandle
);
90
dstConfig->ext.mix.handle =
mIoHandle
;
96
ALOG_ASSERT(mProfile != 0, "toAudioPort() called on input with null profile %d",
mIoHandle
);
102
port->ext.mix.handle =
mIoHandle
;
AudioOutputDescriptor.cpp
224
mProfile(profile),
mIoHandle
(0), mLatency(0),
236
mIoHandle
= ioHandle;
337
ALOGV("max gain when rerouting for output=%d",
mIoHandle
);
349
ALOG_ASSERT(!isDuplicated(), "toAudioPortConfig() called on duplicated output %d",
mIoHandle
);
352
dstConfig->ext.mix.handle =
mIoHandle
;
358
ALOG_ASSERT(!isDuplicated(), "toAudioPort() called on duplicated output %d",
mIoHandle
);
363
port->ext.mix.handle =
mIoHandle
;
382
AUDIO_STREAM_VOICE_CALL, volume,
mIoHandle
, delayMs);
384
mClientInterface->setStreamVolume(stream, volume,
mIoHandle
, delayMs);
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioInputDescriptor.h
45
audio_io_handle_t
mIoHandle
; // input handle
AudioOutputDescriptor.h
124
audio_io_handle_t
mIoHandle
; // output handle
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
[
all
...]
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
[
all
...]
Threads.cpp
[
all
...]
Completed in 685 milliseconds