Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 86) sorted by relevance

1234

/frameworks/base/core/java/android/os/
DAggregateBatteryConsumer.java65 @BatteryUsageStats.AggregateBatteryConsumerScope int scope) throws IOException { in writeToXml()
76 final int scope = parser.getAttributeInt(null, BatteryUsageStats.XML_ATTR_SCOPE); in parseXml() local
104 public Builder(BatteryConsumer.BatteryConsumerData data, int scope) { in Builder()
/frameworks/libs/net/common/device/com/android/net/module/util/netlink/
DStructIfaddrMsg.java48 public final short scope; field in StructIfaddrMsg
52 StructIfaddrMsg(short family, short prefixLen, short flags, short scope, int index) { in StructIfaddrMsg()
DStructRtMsg.java54 public final short scope; // distance to the destination. field in StructRtMsg
61 short scope, short type, long flags) { in StructRtMsg()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/3/android/net/
DINetdUnsolicitedEventListener.aidl24 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
25 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/current/android/net/
DINetdUnsolicitedEventListener.aidl40 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
41 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/frameworks/libs/net/common/netd/binder/android/net/
DINetdUnsolicitedEventListener.aidl77 int scope); in onInterfaceAddressUpdated()
91 int scope); in onInterfaceAddressRemoved()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/8/android/net/
DINetdUnsolicitedEventListener.aidl40 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
41 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/2/android/net/
DINetdUnsolicitedEventListener.aidl23 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
24 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/7/android/net/
DINetdUnsolicitedEventListener.aidl40 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
41 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/9/android/net/
DINetdUnsolicitedEventListener.aidl40 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
41 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/10/android/net/
DINetdUnsolicitedEventListener.aidl40 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
41 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/1/android/net/
DINetdUnsolicitedEventListener.aidl6 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
7 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/6/android/net/
DINetdUnsolicitedEventListener.aidl40 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
41 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/4/android/net/
DINetdUnsolicitedEventListener.aidl24 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
25 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/5/android/net/
DINetdUnsolicitedEventListener.aidl24 … onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressUpdated()
25 … onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags, int scope); in onInterfaceAddressRemoved()
/frameworks/libs/net/client-libs/netd/com/android/net/module/util/
DBaseNetdUnsolicitedEventListener.java41 int scope) { } in onInterfaceAddressUpdated()
45 int scope) { } in onInterfaceAddressRemoved()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
DClockRegistryModule.java48 @Application CoroutineScope scope, in getClockRegistry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DCarrierConfigCoreStartable.kt33 @Application private val scope: CoroutineScope, constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.CarrierConfigCoreStartable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DUserSetupRepositoryTest.kt43 private val scope = CoroutineScope(IMMEDIATE) constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.UserSetupRepositoryTest
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DDrmPlugin.cpp84 const Vector<uint8_t>& scope, in getKeyRequest()
120 const Vector<uint8_t>& scope, in provideKeyResponse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconsViewModel.kt49 @Application private val scope: CoroutineScope, constant in com.android.systemui.statusbar.pipeline.mobile.ui.viewmodel.MobileIconsViewModel
92 @Application private val scope: CoroutineScope, constant in com.android.systemui.statusbar.pipeline.mobile.ui.viewmodel.MobileIconsViewModel.Factory
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/
DMediaProjectionAppSelectorControllerTest.kt25 private val scope = CoroutineScope(Dispatchers.Unconfined) constant in com.android.systemui.mediaprojection.appselector.MediaProjectionAppSelectorControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DCarrierMergedConnectionRepository.kt57 @Application private val scope: CoroutineScope, in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository
178 @Application private val scope: CoroutineScope, in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository.Factory
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/airplane/ui/viewmodel/
DAirplaneModeViewModel.kt51 @Application private val scope: CoroutineScope, constant
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp172 Status_V1_2 DrmPlugin::getKeyRequestCommon(const hidl_vec<uint8_t>& scope, in getKeyRequestCommon()
245 const hidl_vec<uint8_t>& scope, in getKeyRequest()
267 const hidl_vec<uint8_t>& scope, in getKeyRequest_1_1()
288 const hidl_vec<uint8_t>& scope, in getKeyRequest_1_2()
349 const hidl_vec<uint8_t>& scope, in provideKeyResponse()

1234