Searched refs:setDevice (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/binder/
H A DMemoryHeapBase.h76 status_t setDevice(const char* device) { function in class:android::MemoryHeapBase
/frameworks/av/services/audioflinger/
H A DEffects.h102 status_t setDevice(audio_devices_t device);
H A DEffects.cpp695 status_t AudioFlinger::EffectModule::setDevice(audio_devices_t device) function in class:android::AudioFlinger::EffectModule
1621 mEffects[i]->setDevice(device);
H A DThreads.cpp995 effect->setDevice(mOutDevice);
996 effect->setDevice(mInDevice);
1081 effect->setDevice(mOutDevice);
1082 effect->setDevice(mInDevice);

Completed in 202 milliseconds