Lines Matching refs:MmapThread
9033 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread) in MmapThreadHandle()
9078 AudioFlinger::MmapThread::MmapThread( in MmapThread() function in android::AudioFlinger::MmapThread
9093 AudioFlinger::MmapThread::~MmapThread() in ~MmapThread()
9097 void AudioFlinger::MmapThread::onFirstRef() in onFirstRef()
9102 void AudioFlinger::MmapThread::disconnect() in disconnect()
9123 void AudioFlinger::MmapThread::configure(const audio_attributes_t *attr, in configure()
9137 status_t AudioFlinger::MmapThread::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()
9147 status_t AudioFlinger::MmapThread::getMmapPosition(struct audio_mmap_position *position) in getMmapPosition()
9155 status_t AudioFlinger::MmapThread::exitStandby() in exitStandby()
9169 status_t AudioFlinger::MmapThread::start(const AudioClient& client, in start()
9295 status_t AudioFlinger::MmapThread::stop(audio_port_handle_t handle) in stop()
9345 status_t AudioFlinger::MmapThread::standby() in standby()
9365 void AudioFlinger::MmapThread::readHalParameters_l() in readHalParameters_l()
9401 bool AudioFlinger::MmapThread::threadLoop() in threadLoop()
9472 bool AudioFlinger::MmapThread::checkForNewParameter_l(const String8& keyValuePair, in checkForNewParameter_l()
9490 String8 AudioFlinger::MmapThread::getParameters(const String8& keys) in getParameters()
9500 void AudioFlinger::MmapThread::ioConfigChanged(audio_io_config_event event, pid_t pid, in ioConfigChanged()
9530 status_t AudioFlinger::MmapThread::createAudioPatch_l(const struct audio_patch *patch, in createAudioPatch_l()
9628 status_t AudioFlinger::MmapThread::releaseAudioPatch_l(const audio_patch_handle_t handle) in releaseAudioPatch_l()
9649 void AudioFlinger::MmapThread::toAudioPortConfig(struct audio_port_config *config) in toAudioPortConfig()
9663 status_t AudioFlinger::MmapThread::addEffectChain_l(const sp<EffectChain>& chain) in addEffectChain_l()
9687 size_t AudioFlinger::MmapThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l()
9710 void AudioFlinger::MmapThread::threadLoop_standby() in threadLoop_standby()
9715 void AudioFlinger::MmapThread::threadLoop_exit() in threadLoop_exit()
9721 status_t AudioFlinger::MmapThread::setSyncEvent(const sp<SyncEvent>& event __unused) in setSyncEvent()
9726 bool AudioFlinger::MmapThread::isValidSyncEvent(const sp<SyncEvent>& event __unused) const in isValidSyncEvent()
9731 status_t AudioFlinger::MmapThread::checkEffectCompatibility_l( in checkEffectCompatibility_l()
9765 void AudioFlinger::MmapThread::checkInvalidTracks_l() in checkInvalidTracks_l()
9782 void AudioFlinger::MmapThread::dumpInternals_l(int fd, const Vector<String16>& args __unused) in dumpInternals_l()
9792 void AudioFlinger::MmapThread::dumpTracks_l(int fd, const Vector<String16>& args __unused) in dumpTracks_l()
9815 : MmapThread(audioFlinger, id, hwDev, output->stream, systemReady, true /* isOut */), in MmapPlaybackThread()
9843 MmapThread::configure(attr, streamType, sessionId, callback, deviceId, portId); in configure()
10013 MmapThread::toAudioPortConfig(config); in toAudioPortConfig()
10036 MmapThread::dumpInternals_l(fd, args); in dumpInternals_l()
10046 : MmapThread(audioFlinger, id, hwDev, input->stream, systemReady, false /* isOut */), in MmapCaptureThread()
10062 return MmapThread::exitStandby(); in exitStandby()
10134 MmapThread::toAudioPortConfig(config); in toAudioPortConfig()