Searched defs:offloaded (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DEffects.cpp379 // For offloaded tracks consider mono output as stereo for proper effect initialization
923 status_t AudioFlinger::EffectModule::setOffloaded(bool offloaded, audio_io_handle_t io) argument
935 cmd.isOffload = offloaded;
945 mOffloaded = (status == NO_ERROR) ? offloaded : false;
947 if (offloaded) {
952 ALOGV("setOffloaded() offloaded %d io %d status %d", offloaded, io, status);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp958 // This prevents creating an offloaded track and tearing it down immediately after start
1004 // if the selected profile is offloaded and no offload info was specified,
2326 // 1: An offloaded output. If the effect ends up not being offloadable,
2327 // AudioFlinger will invalidate the track and the offloaded output
2672 // This function checks for the parameters which can be offloaded.
2724 // creating an offloaded track and tearing it down immediately after start when audioflinger
3463 // if enabling mono we close all offloaded devices, which will invalidate the
3465 // for recreating the new AudioTrack as non-offloaded PCM.
3468 // and tracks are able to be recreated as offloaded. The next "song" should
3469 // play back offloaded
3471 Vector<audio_io_handle_t> offloaded; local
[all...]

Completed in 68 milliseconds