Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp54 status_t GraphicBufferMapper::importBuffer(buffer_handle_t rawHandle, in importBuffer()
DGralloc2.cpp136 Error Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer()
/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp419 native_handle* rawHandle = native_handle_create(1 /*numFds*/, 1 /*numInts*/); in increment() local