Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_FrameRateCtsActivity.cpp58 std::string lockFunctionName = "AHardwareBuffer_lockAndGetInfo"; in Buffer() local
66 lockFunctionName = "AHardwareBuffer_lock"; in Buffer()
74 ALOGE("%s failed: %s (%d)", lockFunctionName.c_str(), strerror(-rc), -rc); in Buffer()