Home
last modified time | relevance | path

Searched defs:writeHandle (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h503 void writeHandle(const native_handle_t* handle, bool useCache) { in writeHandle() function
514 void writeHandle(const native_handle_t* handle) { writeHandle(handle, false); } in writeHandle() function
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h585 void writeHandle(const native_handle_t* handle, bool useCache) { in writeHandle() function
596 void writeHandle(const native_handle_t* handle) { in writeHandle() function
/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp1207 auto writeHandle = buffer->import(); in TEST_P() local