Home
last modified time | relevance | path

Searched refs:fromHandle (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DEffects.h134 virtual status_t setEnabled(bool enabled, bool fromHandle);
704 status_t setEnabled(bool enabled, bool fromHandle) override;
H A DEffects.cpp147 status_t AudioFlinger::EffectBase::setEnabled(bool enabled, bool fromHandle) in setEnabled() argument
154 if (fromHandle) { in setEnabled()
3174 status_t AudioFlinger::DeviceEffectProxy::setEnabled(bool enabled, bool fromHandle) in setEnabled() argument
3176 status_t status = EffectBase::setEnabled(enabled, fromHandle); in setEnabled()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTransactionApplicationTest.cpp331 auto ret = mFlinger.fromHandle(badHandle); in TEST_F()
H A DTestableSurfaceFlinger.h447 auto fromHandle(const sp<IBinder>& handle) { in fromHandle() function
448 return mFlinger->fromHandle(handle); in fromHandle()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceInterceptor.cpp189 return Layer::fromHandle(handle).promote(); in getLayer()
208 const sp<const Layer> layer = Layer::fromHandle(handle).promote(); in getLayerIdFromHandle()
H A DLayer.cpp824 sp<Layer> relative = fromHandle(relativeToHandle).promote(); in setRelativeLayer()
1618 newParent = fromHandle(newParentHandle).promote(); in reparent()
2018 mDrawingState.touchableRegionCrop = fromHandle(info.touchableRegionCropHandle.promote()); in setInputInfo()
2665 wp<Layer> Layer::fromHandle(const sp<IBinder>& handleBinder) { in fromHandle() function in android::Layer
H A DSurfaceFlinger.cpp1547 const wp<Layer> stopLayer = fromHandle(stopLayerHandle); in addRegionSamplingListener()
3617 layer = fromHandle(s.surface).promote(); in transactionIsReadyToBeApplied()
3784 if (const auto layer = fromHandle(state.state.surface).promote(); layer) { in applyTransactionState()
3949 layer = fromHandle(s.surface).promote(); in setClientStateLocked()
4300 mirrorFrom = fromHandle(mirrorFromHandle).promote(); in mirrorLayer()
6183 parent = fromHandle(args.layerHandle).promote(); in captureLayers()
6214 sp<Layer> excludeLayer = fromHandle(handle).promote(); in captureLayers()
6681 wp<Layer> SurfaceFlinger::fromHandle(const sp<IBinder>& handle) const { in fromHandle() function in android::SurfaceFlinger
6682 return Layer::fromHandle(handle); in fromHandle()
6988 parent = fromHandle(state->initialParent.promote()).promote(); in handleLayerCreatedLocked()
H A DLayer.h328 static wp<Layer> fromHandle(const sp<IBinder>& handle);
H A DSurfaceFlinger.h330 wp<Layer> fromHandle(const sp<IBinder>& handle) const;