Searched defs:scope (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
H A DTestItemKeyProvider.java31 public TestItemKeyProvider(@Scope int scope, TestAdapter<K> adapter) { argument
32 super(scope);
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
H A DItemKeyProvider.java62 * Creates a new provider with the given scope.
64 * @param scope Scope can't be changed at runtime.
66 protected ItemKeyProvider(@Scope int scope) { argument
67 checkArgument(scope == SCOPE_MAPPED || scope == SCOPE_CACHED);
69 mScope = scope;
72 final boolean hasAccess(@Scope int scope) { argument
73 return scope == mScope;
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DDrmPlugin.cpp84 const Vector<uint8_t>& scope,
93 if (scope.size() == 0) {
103 sp<Session> session = mSessionLibrary->findSession(scope);
119 const Vector<uint8_t>& scope,
122 if (scope.size() == 0 || response.size() == 0) {
125 sp<Session> session = mSessionLibrary->findSession(scope);
134 sendEvent(kDrmPluginEventVendorDefined, 0, &scope, NULL);
83 getKeyRequest( const Vector<uint8_t>& scope, const Vector<uint8_t>& initData, const String8& mimeType, KeyType keyType, const KeyedVector<String8, String8>& optionalParameters, Vector<uint8_t>& request, String8& defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) argument
118 provideKeyResponse( const Vector<uint8_t>& scope, const Vector<uint8_t>& response, Vector<uint8_t>& keySetId) argument
/frameworks/base/core/java/android/net/
H A DLinkAddress.java47 * <li>Address scope: One of the {@code OsConstants.IFA_F_*} values; defines the scope in which
70 * Address scope. One of the RT_SCOPE_* constants.
72 private int scope; field in class:LinkAddress
75 * Utility function to determines the scope of a unicast address. Per RFC 4291 section 2.5 and
89 // says that they are assigned global scope.
130 private void init(InetAddress address, int prefixLength, int flags, int scope) { argument
142 this.scope = scope;
147 * the specified flags and scope
155 LinkAddress(InetAddress address, int prefixLength, int flags, int scope) argument
201 LinkAddress(String address, int flags, int scope) argument
[all...]
/frameworks/base/tools/bit/
H A Daapt.cpp174 Scope* scope = new Scope(NULL, -1); local
184 while (depth < scope->depth) {
185 Scope* tmp = scope;
186 scope = scope->parent;
189 scope = new Scope(scope, depth);
190 scope->namespaces[match[2]] = match[3];
199 element->ns = scope->namespaces[string(str, 0, colon)];
224 attr.ns = scope
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmPlugin.cpp140 Status DrmPlugin::getKeyRequestCommon(const hidl_vec<uint8_t>& scope, argument
154 if (scope.size() == 0) {
162 sp<Session> session = mSessionLibrary->findSession(toVector(scope));
173 const hidl_vec<uint8_t>& scope,
185 scope, initData, mimeType, keyType, optionalParameters,
195 const hidl_vec<uint8_t>& scope,
207 scope, initData, mimeType, keyType, optionalParameters,
231 const hidl_vec<uint8_t>& scope,
234 if (scope.size() == 0 || response.size() == 0) {
240 sp<Session> session = mSessionLibrary->findSession(toVector(scope));
172 getKeyRequest( const hidl_vec<uint8_t>& scope, const hidl_vec<uint8_t>& initData, const hidl_string& mimeType, KeyType keyType, const hidl_vec<KeyValue>& optionalParameters, getKeyRequest_cb _hidl_cb) argument
194 getKeyRequest_1_1( const hidl_vec<uint8_t>& scope, const hidl_vec<uint8_t>& initData, const hidl_string& mimeType, KeyType keyType, const hidl_vec<KeyValue>& optionalParameters, getKeyRequest_1_1_cb _hidl_cb) argument
230 provideKeyResponse( const hidl_vec<uint8_t>& scope, const hidl_vec<uint8_t>& response, provideKeyResponse_cb _hidl_cb) argument
[all...]
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp272 media_status_t AMediaDrm_getKeyRequest(AMediaDrm *mObj, const AMediaDrmScope *scope, argument
280 if (!mimeType || !scope || !keyRequest || !keyRequestSize) {
285 if (!findId(mObj, *scope, iter)) {
325 media_status_t AMediaDrm_provideKeyResponse(AMediaDrm *mObj, const AMediaDrmScope *scope, argument
331 if (!scope || !response || !responseSize || !keySetId) {
336 if (!findId(mObj, *scope, iter)) {
/frameworks/base/media/java/android/media/
H A DMediaDrm.java813 * @param scope may be a sessionId or a keySetId, depending on the specified keyType.
815 * scope should be set to the sessionId the keys will be provided to. When the keyType
816 * is KEY_TYPE_RELEASE, scope should be set to the keySetId of the keys
838 @NonNull byte[] scope, @Nullable byte[] init,
853 * @param scope may be a sessionId or keySetId depending on the type of the
869 @NonNull byte[] scope, @NonNull byte[] response)
837 getKeyRequest( @onNull byte[] scope, @Nullable byte[] init, @Nullable String mimeType, @KeyType int keyType, @Nullable HashMap<String, String> optionalParameters) argument
868 provideKeyResponse( @onNull byte[] scope, @NonNull byte[] response) argument
/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp641 VkSystemAllocationScope scope = (is_instance_) local
647 scope));
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java2895 // Every "delegation" tag serializes the information of one delegate-scope pair.
2896 for (String scope : scopes) {
2899 out.attribute(null, "scope", scope);
3173 final String scope = parser.getAttributeValue(null, "scope");
3182 // Add the new scope to the list of delegatePackage if it's not already there.
3183 if (!scopes.contains(scope)) {
3184 scopes.add(scope);
5594 // 2) Skip if DELEGATION_CERT_INSTALL is the only scope bein
5722 getDelegatePackages(ComponentName who, String scope) argument
5762 isCallerDelegate(String callerPackage, String scope) argument
5806 enforceCanManageScope(ComponentName who, String callerPackage, int reqPolicy, String scope) argument
5824 setDelegatedScopePreO(ComponentName who, String delegatePackage, String scope) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 505 milliseconds