OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIO
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audioflinger/
AudioPolicyService.h
227
audio_io_handle_t
mIO
;
232
audio_io_handle_t
mIO
;
243
audio_io_handle_t
mIO
;
250
audio_io_handle_t
mIO
;
AudioPolicyService.cpp
730
volume %f, output %d", data->mStream, data->mVolume, data->
mIO
);
733
data->
mIO
);
743
data->mKeyValuePairs.string(), data->
mIO
);
744
command->mStatus = AudioSystem::setParameters(data->
mIO
, data->mKeyValuePairs);
765
data->
mIO
);
771
svc->doStopOutput(data->
mIO
, data->mStream, data->mSession);
778
data->
mIO
);
784
svc->doReleaseOutput(data->
mIO
);
882
data->
mIO
= output;
906
data->
mIO
= ioHandle
[
all
...]
/frameworks/rs/
rsContext.cpp
388
rsc->
mIO
.playCoreCommands(rsc, -1);
413
drawOnce |= rsc->
mIO
.playCoreCommands(rsc, displayEvent.getFd());
420
drawOnce |= rsc->
mIO
.playCoreCommands(rsc, -1);
548
mIO
.init();
549
mIO
.setTimeoutCallback(printWatchdogInfo, this, 2e9);
607
mIO
.shutdown();
742
return (RsMessageToClientType)
mIO
.getClientHeader(receiveLen, subID);
746
return (RsMessageToClientType)
mIO
.getClientPayload(data, receiveLen, subID, bufferLen);
753
bool ret =
mIO
.sendToClient(cmdID, subID, data, len, waitForSpace);
765
mIO
.clientShutdown()
[
all
...]
rsContext.h
199
mutable ThreadIO
mIO
;
Completed in 256 milliseconds