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

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.cpp47 const Vector<uint8_t>& scope,
61 sp<Session> session = mSessionLibrary->findSession(scope);
69 const Vector<uint8_t>& scope,
72 sp<Session> session = mSessionLibrary->findSession(scope);
46 getKeyRequest( const Vector<uint8_t>& scope, const Vector<uint8_t>& initData, const String8& initDataType, KeyType keyType, const KeyedVector<String8, String8>& optionalParameters, Vector<uint8_t>& request, String8& defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) argument
68 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.
114 private void init(InetAddress address, int prefixLength, int flags, int scope) { argument
126 this.scope = scope;
131 * the specified flags and scope
139 LinkAddress(InetAddress address, int prefixLength, int flags, int scope) argument
185 LinkAddress(String address, int flags, int scope) argument
[all...]
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp271 media_status_t AMediaDrm_getKeyRequest(AMediaDrm *mObj, const AMediaDrmScope *scope, argument
279 if (!mimeType || !scope || !keyRequest || !keyRequestSize) {
284 if (!findId(mObj, *scope, iter)) {
324 media_status_t AMediaDrm_provideKeyResponse(AMediaDrm *mObj, const AMediaDrmScope *scope, argument
330 if (!scope || !response || !responseSize || !keySetId) {
335 if (!findId(mObj, *scope, iter)) {
/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp618 VkSystemAllocationScope scope = (is_instance_) local
624 scope));
/frameworks/base/media/java/android/media/
H A DMediaDrm.java747 * @param scope may be a sessionId or a keySetId, depending on the specified keyType.
749 * scope should be set to the sessionId the keys will be provided to. When the keyType
750 * is KEY_TYPE_RELEASE, scope should be set to the keySetId of the keys
769 @NonNull byte[] scope, @Nullable byte[] init,
783 * @param scope may be a sessionId or keySetId depending on the type of the
796 @NonNull byte[] scope, @NonNull byte[] response)
768 getKeyRequest( @onNull byte[] scope, @Nullable byte[] init, @Nullable String mimeType, @KeyType int keyType, @Nullable HashMap<String, String> optionalParameters) argument
795 provideKeyResponse( @onNull byte[] scope, @NonNull byte[] response) argument
/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 239 milliseconds