Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DLinkAddress.java101 private int scope; field in LinkAddress
192 private void init(InetAddress address, int prefixLength, int flags, int scope, in init()
248 int flags, int scope) { in LinkAddress()
280 int flags, int scope, long deprecationTime, long expirationTime) { in LinkAddress()
333 public LinkAddress(@NonNull String address, int flags, int scope) { in LinkAddress()
/frameworks/base/packages/Tethering/src/android/net/util/
DBaseNetdUnsolicitedEventListener.java41 int scope) { } in onInterfaceAddressUpdated()
45 int scope) { } in onInterfaceAddressRemoved()
/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/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp171 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()
350 const hidl_vec<uint8_t>& scope, in provideKeyResponse()
/frameworks/ml/nn/runtime/test/
DTestUnknownDimensions.cpp176 auto getDimForCompile = [](DimensionKind kind, std::string* scope) { in TestOne()
193 std::string* scope = nullptr) { in TestOne()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java98 String ifName, int flags, int scope) throws RemoteException { in onInterfaceAddressUpdated()
104 String ifName, int flags, int scope) throws RemoteException { in onInterfaceAddressRemoved()
/frameworks/base/core/java/android/net/util/
DDnsUtils.java113 public final int scope; field in DnsUtils.SortableAddress
/frameworks/base/tools/bit/
Daapt.cpp175 Scope* scope = new Scope(NULL, -1); in inspect_apk() local
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp411 media_status_t AMediaDrm_getKeyRequest(AMediaDrm *mObj, const AMediaDrmScope *scope, in AMediaDrm_getKeyRequest()
465 media_status_t AMediaDrm_provideKeyResponse(AMediaDrm *mObj, const AMediaDrmScope *scope, in AMediaDrm_provideKeyResponse()
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java683 String ifName, int flags, int scope) throws RemoteException { in onInterfaceAddressUpdated()
690 String ifName, int flags, int scope) throws RemoteException { in onInterfaceAddressRemoved()
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DRawBatteryStats.java104 Scope scope(); in scope() method
/frameworks/native/vulkan/libvulkan/
Dapi.cpp651 VkSystemAllocationScope scope = (is_instance_) in AllocateLayerArray() local
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl195 List<String> getDelegatePackages(in ComponentName who, String scope); in getDelegatePackages()
/frameworks/base/cmds/statsd/src/
Datoms.proto6772 optional android.stats.docsui.ContextScope scope = 1; field