| /frameworks/av/services/camera/libcameraservice/common/aidl/ |
| D | AidlProviderInfo.cpp | 100 std::shared_ptr<ICameraProvider>& interface, int64_t currentDeviceState) { in initializeAidlProvider() 197 const std::shared_ptr<ICameraProvider> interface = startProviderInterface(); in setUpVendorTags() local 228 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.lock(); in notifyDeviceStateChange() local 244 const std::shared_ptr<ICameraProvider> interface = startProviderInterface(); in startDeviceInterface() local 268 auto interface = mActiveInterface.lock(); in startProviderInterface() local 405 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.lock(); in reCacheConcurrentStreamingCameraIdsLocked() local 416 std::shared_ptr<ICameraProvider> &interface) { in getConcurrentCameraIdsInternalLocked() 449 std::shared_ptr<aidl::android::hardware::camera::device::ICameraDevice> interface) : in AidlDeviceInfo3() 643 const std::shared_ptr<camera::device::ICameraDevice> interface = startDeviceInterface(); in setTorchMode() local 654 const std::shared_ptr<camera::device::ICameraDevice> interface = startDeviceInterface(); in turnOnTorchWithStrengthLevel() local [all …]
|
| /frameworks/av/media/libaudiohal/tests/ |
| D | EffectsFactoryHalInterface_test.cpp | 91 sp<EffectHalInterface> interface; in TEST() local 256 sp<EffectHalInterface> interface = createEffectHal(desc); in SetUp() local 262 void initEffect(const sp<EffectHalInterface>& interface) { in initEffect() 271 for (auto& interface : mHalInterfaces) { in TearDown() local 277 sp<EffectHalInterface> interface = nullptr; in createEffectHal() local 286 void setAndGetParameter(const sp<EffectHalInterface>& interface) { in setAndGetParameter() 344 for (auto& interface : mHalInterfaces) { in TEST_P() local 351 for (auto& interface : mHalInterfaces) { in TEST_P() local 368 for (auto& interface : mHalInterfaces) { in TEST_P() local 379 for (auto& interface : mHalInterfaces) { in TEST_P() local
|
| /frameworks/av/services/camera/libcameraservice/common/hidl/ |
| D | HidlProviderInfo.cpp | 117 sp<provider::V2_4::ICameraProvider>& interface, in initializeHidlProvider() 266 const sp<hardware::camera::provider::V2_4::ICameraProvider> interface = in setUpVendorTags() local 307 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in notifyDeviceStateChange() local 327 const sp<provider::V2_4::ICameraProvider> interface = startProviderInterface(); in startDeviceInterface() local 332 Status s, sp<device::V3_2::ICameraDevice> interface) { in startDeviceInterface() 365 auto interface = mActiveInterface.promote(); in startProviderInterface() local 497 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in reCacheConcurrentStreamingCameraIdsLocked() local 561 sp<hardware::camera::device::V3_2::ICameraDevice> interface) : in HidlDeviceInfo3() 769 const sp<hardware::camera::device::V3_2::ICameraDevice> interface = startDeviceInterface(); in setTorchMode() local 820 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/av/media/libaudiohal/ |
| D | FactoryHal.cpp | 106 bool hasAidlHalService(const InterfaceName& interface, const AudioHalVersionInfo& version) { in hasAidlHalService() 117 bool hasHidlHalService(const InterfaceName& interface, const AudioHalVersionInfo& version) { in hasHidlHalService() 140 bool hasHalService(const InterfaceName& interface, const AudioHalVersionInfo& version) { in hasHalService()
|
| /frameworks/native/libs/binder/ndk/include_cpp/android/ |
| D | binder_interface_utils.h | 286 std::shared_ptr<ICInterface> interface = static_cast<ICInterface*>(args)->ref<ICInterface>(); in defineClass() local 297 std::shared_ptr<ICInterface> interface = getInterface(binder); in defineClass() local 308 std::shared_ptr<ICInterface> interface = getInterface(binder); in defineClass() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
| D | ShadeFullExpansionListener.kt | 20 fun interface ShadeFullExpansionListener { in interface() method
|
| D | ShadeExpansionListener.kt | 19 fun interface ShadeExpansionListener { in interface() method
|
| D | ShadeStateListener.kt | 20 fun interface ShadeStateListener { in interface() method
|
| D | ShadeQsExpansionListener.kt | 20 fun interface ShadeQsExpansionListener { 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/qs/ |
| D | VisibilityChangedDispatcher.kt | 25 fun interface OnVisibilityChangedListener { in setOnVisibilityChangedListener() method
|
| /frameworks/av/media/libstagefright/ |
| D | OMXClient.cpp | 66 sp<IOMX> OMXClient::interface() { in interface() function in android::OMXClient
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
| D | BindEventManager.kt | 42 fun interface Listener { in addListener() method
|
| /frameworks/native/cmds/ip-up-vpn/ |
| D | ip-up-vpn.c | 85 const char *interface = env("INTERFACE"); in main() local
|
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/ |
| D | FlagListenable.kt | 29 fun interface Listener { in addListener() method
|
| /frameworks/native/libs/binder/rust/tests/ |
| D | binderRustNdkInteropTest.cpp | 56 auto interface = aidl::IBinderRustNdkInteropTest::fromBinder(binder); in TEST() local
|
| /frameworks/av/media/codec2/components/tests/ |
| D | C2SoftCodecTest.cpp | 68 std::shared_ptr<C2ComponentInterface> interface; in TEST_F() local
|
| /frameworks/av/media/codec2/components/vpx/ |
| D | C2SoftVp8Enc.cpp | 86 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
|
| D | C2SoftVp9Enc.cpp | 116 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/disableflags/ |
| D | DisableStateTracker.kt | 69 fun interface Callback { in interface() method
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
| D | LaunchFullScreenIntentProvider.kt | 64 fun interface Listener { in interface() method
|
| D | VisualStabilityProvider.kt | 57 fun interface OnReorderingAllowedListener { in interface() method
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
| D | PackageUpdateMonitor.kt | 44 fun interface Factory { in interface() method
|
| /frameworks/base/core/java/android/service/wearable/ |
| D | WearableSensingService.java | 184 Slog.w(TAG, "Incorrect service interface, returning null."); in onBind()
|