Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 25 of 179) sorted by relevance

12345678

/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp109 std::shared_ptr<ICameraProvider>& interface, int64_t currentDeviceState) { in initializeAidlProvider()
221 const std::shared_ptr<ICameraProvider> interface = startProviderInterface(); in setUpVendorTags() local
252 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.lock(); in notifyDeviceStateChange() local
268 const std::shared_ptr<ICameraProvider> interface = startProviderInterface(); in startDeviceInterface() local
293 auto interface = mActiveInterface.lock(); in startProviderInterface() local
444 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.lock(); in reCacheConcurrentStreamingCameraIdsLocked() local
455 std::shared_ptr<ICameraProvider> &interface) { in getConcurrentCameraIdsInternalLocked()
488 std::shared_ptr<aidl::android::hardware::camera::device::ICameraDevice> interface) : in AidlDeviceInfo3()
784 const std::shared_ptr<camera::device::ICameraDevice> interface = startDeviceInterface(); in setTorchMode() local
795 const std::shared_ptr<camera::device::ICameraDevice> interface = startDeviceInterface(); in turnOnTorchWithStrengthLevel() local
[all …]
/frameworks/av/media/libaudiohal/tests/
DEffectsFactoryHalInterface_test.cpp97 sp<EffectHalInterface> interface; in TEST() local
349 sp<EffectHalInterface> interface = createEffectHal(desc); in SetUp() local
355 void initEffect(const sp<EffectHalInterface>& interface) { in initEffect()
365 for (auto& interface : mHalInterfaces) { in TearDown() local
371 sp<EffectHalInterface> interface = nullptr; in createEffectHal() local
380 void setAndGetParameter(const sp<EffectHalInterface>& interface) { in setAndGetParameter()
463 for (auto& interface : mHalInterfaces) { in TEST_P() local
470 for (auto& interface : mHalInterfaces) { in TEST_P() local
487 for (auto& interface : mHalInterfaces) { in TEST_P() local
498 for (auto& interface : mHalInterfaces) { in TEST_P() local
/frameworks/av/services/camera/libcameraservice/common/hidl/
DHidlProviderInfo.cpp120 sp<provider::V2_4::ICameraProvider>& interface, in initializeHidlProvider()
269 const sp<hardware::camera::provider::V2_4::ICameraProvider> interface = in setUpVendorTags() local
310 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in notifyDeviceStateChange() local
330 const sp<provider::V2_4::ICameraProvider> interface = startProviderInterface(); in startDeviceInterface() local
335 Status s, sp<device::V3_2::ICameraDevice> interface) { in startDeviceInterface()
368 auto interface = mActiveInterface.promote(); in startProviderInterface() local
500 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in reCacheConcurrentStreamingCameraIdsLocked() local
564 sp<hardware::camera::device::V3_2::ICameraDevice> interface) : in HidlDeviceInfo3()
817 const sp<hardware::camera::device::V3_2::ICameraDevice> interface = startDeviceInterface(); in setTorchMode() local
868 const sp<hardware::camera::device::V3_2::ICameraDevice> interface = in dumpState() local
[all …]
/frameworks/wilhelm/tests/sandbox/
Dengine.c116 void *interface = NULL; in main() local
140 void *interface = NULL; in main() local
/frameworks/libs/systemui/msdllib/src/com/google/android/msdl/data/repository/
DMSDLRepository.kt59 fun interface MSDLHapticData { in interface() method
66 fun interface MSDLSoundData { in interface() method
/frameworks/av/media/libaudiohal/
DFactoryHal.cpp103 bool hasAidlHalService(const InterfaceName& interface, const AudioHalVersionInfo& version) { in hasAidlHalService()
114 bool hasHidlHalService(const InterfaceName& interface, const AudioHalVersionInfo& version) { in hasHidlHalService()
137 bool hasHalService(const InterfaceName& interface, const AudioHalVersionInfo& version) { in hasHalService()
/frameworks/av/media/utils/include/mediautils/
DBinderGenericUtils.h52 sp<IBinder> binderFromInterface(const sp<Interface> &interface) { in binderFromInterface()
57 ::ndk::SpAIBinder binderFromInterface(const std::shared_ptr<Interface> &interface) { in binderFromInterface()
100 sp<Interface> interfaceFromBase(const sp<::android::IInterface> &interface) { in interfaceFromBase()
107 const std::shared_ptr<::ndk::ICInterface> &interface) { in interfaceFromBase()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_interface_utils.h322 std::shared_ptr<ICInterface> interface = static_cast<ICInterface*>(args)->ref<ICInterface>(); in defineClass() local
333 std::shared_ptr<ICInterface> interface = getInterface(binder); in defineClass() local
344 std::shared_ptr<ICInterface> interface = getInterface(binder); in defineClass() local
/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/
DModes.kt32 fun interface BuildMode<out A> { in interface() method
74 fun interface StatefulMode<out A> { in interface() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DVisualStabilityProvider.kt68 fun interface OnReorderingAllowedListener { in interface() method
72 fun interface OnReorderingBannedListener { in interface() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DWidgetConfigurator.kt20 fun interface WidgetConfigurator { in interface() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DProducer.kt20 fun interface Producer<out T> { in interface() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeStateListener.kt20 fun interface ShadeStateListener { in interface() method
DShadeQsExpansionFractionListener.kt20 fun interface ShadeQsExpansionFractionListener { in interface() method
DShadeQsExpansionListener.kt20 fun interface ShadeQsExpansionListener { in interface() method
DShadeExpansionListener.kt19 fun interface ShadeExpansionListener { in interface() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/slider/
DSliderDragVelocityProvider.kt20 fun interface SliderDragVelocityProvider { in interface() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleTaskViewFactory.kt20 fun interface BubbleTaskViewFactory { in interface() method
DResizabilityChecker.kt25 fun interface ResizabilityChecker { in interface() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/multidesks/
DOnDeskRemovedListener.kt19 fun interface OnDeskRemovedListener { in interface() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/data/repository/
DDisplayContentRepository.kt21 fun interface DisplayContentRepository { in interface() method
DProfileTypeRepository.kt23 fun interface ProfileTypeRepository { in interface() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotRequestProcessor.kt20 fun interface ScreenshotRequestProcessor { in interface() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowStateListener.kt22 fun interface StatusBarWindowStateListener { in interface() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/icons/shared/model/
DModernStatusBarViewCreator.kt27 fun interface ModernStatusBarViewCreator { in interface() method

12345678