/frameworks/av/services/camera/libcameraservice/common/aidl/ |
D | AidlProviderInfo.cpp | 109 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/ |
D | EffectsFactoryHalInterface_test.cpp | 97 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/ |
D | HidlProviderInfo.cpp | 120 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/ |
D | engine.c | 116 void *interface = NULL; in main() local 140 void *interface = NULL; in main() local
|
/frameworks/libs/systemui/msdllib/src/com/google/android/msdl/data/repository/ |
D | MSDLRepository.kt | 59 fun interface MSDLHapticData { in interface() method 66 fun interface MSDLSoundData { in interface() method
|
/frameworks/av/media/libaudiohal/ |
D | FactoryHal.cpp | 103 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/ |
D | BinderGenericUtils.h | 52 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/ |
D | binder_interface_utils.h | 322 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/ |
D | Modes.kt | 32 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/ |
D | VisualStabilityProvider.kt | 68 fun interface OnReorderingAllowedListener { in interface() method 72 fun interface OnReorderingBannedListener { in interface() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/ |
D | WidgetConfigurator.kt | 20 fun interface WidgetConfigurator { in interface() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | Producer.kt | 20 fun interface Producer<out T> { in interface() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeStateListener.kt | 20 fun interface ShadeStateListener { in interface() method
|
D | ShadeQsExpansionFractionListener.kt | 20 fun interface ShadeQsExpansionFractionListener { in interface() method
|
D | ShadeQsExpansionListener.kt | 20 fun interface ShadeQsExpansionListener { in interface() method
|
D | ShadeExpansionListener.kt | 19 fun interface ShadeExpansionListener { in interface() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/slider/ |
D | SliderDragVelocityProvider.kt | 20 fun interface SliderDragVelocityProvider { in interface() method
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleTaskViewFactory.kt | 20 fun interface BubbleTaskViewFactory { in interface() method
|
D | ResizabilityChecker.kt | 25 fun interface ResizabilityChecker { in interface() method
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/multidesks/ |
D | OnDeskRemovedListener.kt | 19 fun interface OnDeskRemovedListener { in interface() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/data/repository/ |
D | DisplayContentRepository.kt | 21 fun interface DisplayContentRepository { in interface() method
|
D | ProfileTypeRepository.kt | 23 fun interface ProfileTypeRepository { in interface() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotRequestProcessor.kt | 20 fun interface ScreenshotRequestProcessor { in interface() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/ |
D | StatusBarWindowStateListener.kt | 22 fun interface StatusBarWindowStateListener { in interface() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/icons/shared/model/ |
D | ModernStatusBarViewCreator.kt | 27 fun interface ModernStatusBarViewCreator { in interface() method
|