Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:MmapThread

7882 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread)
7922 AudioFlinger::MmapThread::MmapThread(
7938 AudioFlinger::MmapThread::~MmapThread()
7943 void AudioFlinger::MmapThread::onFirstRef()
7948 void AudioFlinger::MmapThread::disconnect()
7969 void AudioFlinger::MmapThread::configure(const audio_attributes_t *attr,
7983 status_t AudioFlinger::MmapThread::createMmapBuffer(int32_t minSizeFrames,
7994 status_t AudioFlinger::MmapThread::getMmapPosition(struct audio_mmap_position *position)
8002 status_t AudioFlinger::MmapThread::exitStandby()
8013 status_t AudioFlinger::MmapThread::start(const AudioClient& client,
8109 // Given that MmapThread::mAttr is mutable, should a MmapTrack have attributes ?
8130 status_t AudioFlinger::MmapThread::stop(audio_port_handle_t handle)
8179 status_t AudioFlinger::MmapThread::standby()
8196 void AudioFlinger::MmapThread::readHalParameters_l()
8209 bool AudioFlinger::MmapThread::threadLoop()
8275 bool AudioFlinger::MmapThread::checkForNewParameter_l(const String8& keyValuePair,
8312 String8 AudioFlinger::MmapThread::getParameters(const String8& keys)
8322 void AudioFlinger::MmapThread::ioConfigChanged(audio_io_config_event event, pid_t pid) {
8351 status_t AudioFlinger::MmapThread::createAudioPatch_l(const struct audio_patch *patch,
8438 status_t AudioFlinger::MmapThread::releaseAudioPatch_l(const audio_patch_handle_t handle)
8457 void AudioFlinger::MmapThread::getAudioPortConfig(struct audio_port_config *config)
8471 status_t AudioFlinger::MmapThread::addEffectChain_l(const sp<EffectChain>& chain)
8495 size_t AudioFlinger::MmapThread::removeEffectChain_l(const sp<EffectChain>& chain)
8519 uint32_t AudioFlinger::MmapThread::hasAudioSession_l(audio_session_t sessionId) const
8540 void AudioFlinger::MmapThread::threadLoop_standby()
8545 void AudioFlinger::MmapThread::threadLoop_exit()
8551 status_t AudioFlinger::MmapThread::setSyncEvent(const sp<SyncEvent>& event __unused)
8556 bool AudioFlinger::MmapThread::isValidSyncEvent(const sp<SyncEvent>& event __unused) const
8561 status_t AudioFlinger::MmapThread::checkEffectCompatibility_l(
8591 void AudioFlinger::MmapThread::checkInvalidTracks_l()
8608 void AudioFlinger::MmapThread::dump(int fd, const Vector<String16>& args)
8617 void AudioFlinger::MmapThread::dumpInternals(int fd, const Vector<String16>& args)
8629 void AudioFlinger::MmapThread::dumpTracks(int fd, const Vector<String16>& args __unused)
8653 : MmapThread(audioFlinger, id, hwDev, output->stream, outDevice, inDevice, systemReady),
8681 MmapThread::configure(attr, streamType, sessionId, callback, deviceId, portId);
8845 MmapThread::dumpInternals(fd, args);
8856 : MmapThread(audioFlinger, id, hwDev, input->stream, outDevice, inDevice, systemReady),
8866 return MmapThread::exitStandby();