Searched defs:rawHandle (Results 1 – 4 of 4) sorted by relevance
66 status_t GraphicBufferMapper::importBuffer(buffer_handle_t rawHandle, in importBuffer()
155 status_t Gralloc2Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer()
132 status_t Gralloc3Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer()
426 native_handle* rawHandle = native_handle_create(1 /*numFds*/, 1 /*numInts*/); in increment() local