HomeSort by relevance Sort by last modified time
    Searched refs:mIO (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/
rsContext.cpp 381 rsc->mIO.playCoreCommands(rsc, -1);
406 drawOnce |= rsc->mIO.playCoreCommands(rsc, displayEvent.getFd());
413 drawOnce |= rsc->mIO.playCoreCommands(rsc, -1);
538 mIO.init();
539 mIO.setTimeoutCallback(printWatchdogInfo, this, 2e9);
597 mIO.shutdown();
732 return (RsMessageToClientType)mIO.getClientHeader(receiveLen, subID);
736 return (RsMessageToClientType)mIO.getClientPayload(data, receiveLen, subID, bufferLen);
743 bool ret = mIO.sendToClient(cmdID, subID, data, len, waitForSpace);
755 mIO.clientShutdown()
    [all...]
rsContext.h 187 mutable ThreadIO mIO;
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 704 volume %f, output %d", data->mStream, data->mVolume, data->mIO);
707 data->mIO);
717 data->mKeyValuePairs.string(), data->mIO);
718 command->mStatus = AudioSystem::setParameters(data->mIO, data->mKeyValuePairs);
830 data->mIO = output;
854 data->mIO = ioHandle;
916 if (data->mIO != data2->mIO) break;
949 if (data->mIO != data2->mIO) break
    [all...]
AudioPolicyService.h 212 audio_io_handle_t mIO;
217 audio_io_handle_t mIO;

Completed in 61 milliseconds