OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lSessionId
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
551
int
lSessionId
;
602
lSessionId
= *sessionId;
608
uint32_t sessions = t->hasAudioSession(
lSessionId
);
617
lSessionId
= nextUniqueId();
619
*sessionId =
lSessionId
;
622
ALOGV("createTrack()
lSessionId
: %d",
lSessionId
);
625
channelMask, frameCount, sharedBuffer,
lSessionId
, flags, tid, clientUid, &lStatus);
635
moveEffectChain_l(
lSessionId
, effectThread, thread, true);
640
if (mPendingSyncEvents[i]->triggerSession() ==
lSessionId
) {
[
all
...]
/frameworks/av/media/libmedia/
IAudioFlinger.cpp
128
int
lSessionId
= AUDIO_SESSION_ALLOCATE;
130
lSessionId
= *sessionId;
132
data.writeInt32(
lSessionId
);
146
lSessionId
= reply.readInt32();
148
*sessionId =
lSessionId
;
196
int
lSessionId
= AUDIO_SESSION_ALLOCATE;
198
lSessionId
= *sessionId;
200
data.writeInt32(
lSessionId
);
216
lSessionId
= reply.readInt32();
218
*sessionId =
lSessionId
;
[
all
...]
Completed in 50 milliseconds