OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIO
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/rs/
rsHandcode.h
6
ThreadIO *io = &((Context *)rsc)->
mIO
;
27
ThreadIO *io = &((Context *)rsc)->
mIO
;
rsContext.cpp
329
mDraw |= rsc->
mIO
.playCoreCommands(rsc, !mDraw);
468
mIO
.shutdown();
736
if (
mIO
.mToClient.isEmpty()) {
746
const void *d =
mIO
.mToClient.get(&commandID, &bytesData);
752
mIO
.mToClient.next();
766
if (
mIO
.mToClient.getFreeSpace() < len) {
772
void *p =
mIO
.mToClient.reserve(len);
774
mIO
.mToClient.commit(cmdID, len);
788
mIO
.mToClient.shutdown();
rsContext.h
133
ThreadIO
mIO
;
/frameworks/base/services/audioflinger/
AudioPolicyService.cpp
693
volume %f, output %d", data->mStream, data->mVolume, data->
mIO
);
696
data->
mIO
);
706
data->mKeyValuePairs.string(), data->
mIO
);
707
command->mStatus = AudioSystem::setParameters(data->
mIO
, data->mKeyValuePairs);
820
data->
mIO
= output;
849
data->
mIO
= ioHandle;
920
if (data->
mIO
!= data2->
mIO
) break;
952
if (data->
mIO
!= data2->
mIO
) break
[
all
...]
AudioPolicyService.h
207
int
mIO
;
212
int
mIO
;
Completed in 3141 milliseconds