Home
last modified time | relevance | path

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

12345

/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp100 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/
DEffectsFactoryHalInterface_test.cpp91 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/
DHidlProviderInfo.cpp117 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/
Dengine.c116 void *interface = NULL; in main() local
140 void *interface = NULL; in main() local
/frameworks/av/media/libaudiohal/
DFactoryHal.cpp106 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/
Dbinder_interface_utils.h286 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/
DShadeFullExpansionListener.kt20 fun interface ShadeFullExpansionListener { in interface() method
DShadeExpansionListener.kt19 fun interface ShadeExpansionListener { in interface() method
DShadeStateListener.kt20 fun interface ShadeStateListener { in interface() method
DShadeQsExpansionListener.kt20 fun interface ShadeQsExpansionListener { 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/qs/
DVisibilityChangedDispatcher.kt25 fun interface OnVisibilityChangedListener { in setOnVisibilityChangedListener() method
/frameworks/av/media/libstagefright/
DOMXClient.cpp66 sp<IOMX> OMXClient::interface() { in interface() function in android::OMXClient
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DBindEventManager.kt42 fun interface Listener { in addListener() method
/frameworks/native/cmds/ip-up-vpn/
Dip-up-vpn.c85 const char *interface = env("INTERFACE"); in main() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/
DFlagListenable.kt29 fun interface Listener { in addListener() method
/frameworks/native/libs/binder/rust/tests/
DbinderRustNdkInteropTest.cpp56 auto interface = aidl::IBinderRustNdkInteropTest::fromBinder(binder); in TEST() local
/frameworks/av/media/codec2/components/tests/
DC2SoftCodecTest.cpp68 std::shared_ptr<C2ComponentInterface> interface; in TEST_F() local
/frameworks/av/media/codec2/components/vpx/
DC2SoftVp8Enc.cpp86 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
DC2SoftVp9Enc.cpp116 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/disableflags/
DDisableStateTracker.kt69 fun interface Callback { in interface() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DLaunchFullScreenIntentProvider.kt64 fun interface Listener { in interface() method
DVisualStabilityProvider.kt57 fun interface OnReorderingAllowedListener { in interface() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DPackageUpdateMonitor.kt44 fun interface Factory { in interface() method
/frameworks/base/core/java/android/service/wearable/
DWearableSensingService.java184 Slog.w(TAG, "Incorrect service interface, returning null."); in onBind()

12345