Home
last modified time | relevance | path

Searched refs:typeGetNativeMetadata (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsMiscellaneousTests.cpp93 context->typeGetNativeMetadata(type, [&typeMetadata](const hidl_vec<OpaqueHandle>& _metadata){ in TEST_P()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.h88 Return<void> typeGetNativeMetadata(Type type, typeGetNativeMetadata_cb _hidl_cb) override;
H A DContext.cpp404 Return<void> Context::typeGetNativeMetadata(Type type, typeGetNativeMetadata_cb _hidl_cb) { in typeGetNativeMetadata() function in android::hardware::renderscript::V1_0::implementation::Context
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.cpp227 GetIContextHandle(context)->typeGetNativeMetadata(_type, in TypeGetNativeData()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal625 typeGetNativeMetadata(Type type) generates (vec<OpaqueHandle> metadata);