Lines Matching refs:MmapThread

10178 MmapThread::MmapThread(  in MmapThread()  function in android::MmapThread
10193 void MmapThread::onFirstRef() in onFirstRef()
10198 void MmapThread::disconnect() in disconnect()
10221 void MmapThread::configure_l(const audio_attributes_t* attr, in configure_l()
10235 status_t MmapThread::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()
10246 status_t MmapThread::getMmapPosition(struct audio_mmap_position* position) const in getMmapPosition()
10255 status_t MmapThread::exitStandby_l() in exitStandby_l()
10272 status_t MmapThread::start(const AudioClient& client, in start()
10430 status_t MmapThread::stop(audio_port_handle_t handle) in stop()
10483 status_t MmapThread::standby() in standby()
10505 status_t MmapThread::reportData(const void* /*buffer*/, size_t /*frameCount*/) { in reportData()
10510 void MmapThread::readHalParameters_l() in readHalParameters_l()
10546 bool MmapThread::threadLoop() in threadLoop()
10620 bool MmapThread::checkForNewParameter_l(const String8& keyValuePair, in checkForNewParameter_l()
10638 String8 MmapThread::getParameters(const String8& keys) in getParameters()
10648 void MmapThread::ioConfigChanged_l(audio_io_config_event_t event, pid_t pid, in ioConfigChanged_l()
10673 status_t MmapThread::createAudioPatch_l(const struct audio_patch* patch, in createAudioPatch_l()
10768 status_t MmapThread::releaseAudioPatch_l(const audio_patch_handle_t handle) in releaseAudioPatch_l()
10790 void MmapThread::toAudioPortConfig(struct audio_port_config* config) in toAudioPortConfig()
10805 status_t MmapThread::addEffectChain_l(const sp<IAfEffectChain>& chain) in addEffectChain_l()
10829 size_t MmapThread::removeEffectChain_l(const sp<IAfEffectChain>& chain) in removeEffectChain_l()
10852 void MmapThread::threadLoop_standby() in threadLoop_standby()
10857 void MmapThread::threadLoop_exit() in threadLoop_exit()
10863 status_t MmapThread::setSyncEvent(const sp<SyncEvent>& /* event */) in setSyncEvent()
10868 bool MmapThread::isValidSyncEvent( in isValidSyncEvent()
10874 status_t MmapThread::checkEffectCompatibility_l( in checkEffectCompatibility_l()
10908 void MmapThread::checkInvalidTracks_l() in checkInvalidTracks_l()
10925 void MmapThread::dumpInternals_l(int fd, const Vector<String16>& /* args */) in dumpInternals_l()
10935 void MmapThread::dumpTracks_l(int fd, const Vector<String16>& /* args */) in dumpTracks_l()
10965 : MmapThread(afThreadCallback, id, hwDev, output->stream, systemReady, true /* isOut */), in MmapPlaybackThread()
11004 MmapThread::configure_l(attr, streamType, sessionId, callback, deviceId, portId); in configure()
11192 MmapThread::toAudioPortConfig(config); in toAudioPortConfig()
11249 MmapThread::dumpInternals_l(fd, args); in dumpInternals_l()
11266 : MmapThread(afThreadCallback, id, hwDev, input->stream, systemReady, false /* isOut */), in MmapCaptureThread()
11281 return MmapThread::exitStandby_l(); in exitStandby_l()
11356 MmapThread::toAudioPortConfig(config); in toAudioPortConfig()