Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsMiscellaneousTests.cpp93 context->typeGetNativeMetadata(type, [&typeMetadata](const hidl_vec<OpaqueHandle>& _metadata){ in TEST_F()
/hardware/interfaces/renderscript/1.0/default/
DContext.h72 Return<void> typeGetNativeMetadata(Type type, typeGetNativeMetadata_cb _hidl_cb) override;
DContext.cpp390 Return<void> Context::typeGetNativeMetadata(Type type, typeGetNativeMetadata_cb _hidl_cb) { in typeGetNativeMetadata() function in android::hardware::renderscript::V1_0::implementation::Context
/hardware/interfaces/renderscript/1.0/
DIContext.hal625 typeGetNativeMetadata(Type type) generates (vec<OpaqueHandle> metadata);