Searched defs:writeHandle (Results 1 – 3 of 3) sorted by relevance
503 void writeHandle(const native_handle_t* handle, bool useCache) { in writeHandle() function514 void writeHandle(const native_handle_t* handle) { writeHandle(handle, false); } in writeHandle() function
585 void writeHandle(const native_handle_t* handle, bool useCache) { in writeHandle() function596 void writeHandle(const native_handle_t* handle) { in writeHandle() function
1207 auto writeHandle = buffer->import(); in TEST_P() local