Searched refs:rawHandle (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/libs/ui/ |
D | GraphicBufferMapper.cpp | 85 status_t GraphicBufferMapper::importBuffer(buffer_handle_t rawHandle, in importBuffer() argument 93 status_t error = mMapper->importBuffer(hardware::hidl_handle(rawHandle), &bufferHandle); in importBuffer() 95 ALOGW("importBuffer(%p) failed: %d", rawHandle, error); in importBuffer() 102 ALOGE("validateBufferSize(%p) failed: %d", rawHandle, error); in importBuffer()
|
D | Gralloc2.cpp | 155 status_t Gralloc2Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer() argument 158 auto ret = mMapper->importBuffer(rawHandle, in importBuffer()
|
D | Gralloc3.cpp | 132 status_t Gralloc3Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer() argument 135 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
|
D | Gralloc4.cpp | 141 status_t Gralloc4Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer() argument 144 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
|
/frameworks/native/libs/ui/include/ui/ |
D | Gralloc2.h | 43 status_t importBuffer(const hardware::hidl_handle& rawHandle,
|
D | Gralloc3.h | 42 status_t importBuffer(const hardware::hidl_handle& rawHandle,
|
D | Gralloc.h | 49 virtual status_t importBuffer(const hardware::hidl_handle& rawHandle,
|
D | GraphicBufferMapper.h | 57 status_t importBuffer(buffer_handle_t rawHandle,
|
D | Gralloc4.h | 46 status_t importBuffer(const hardware::hidl_handle& rawHandle,
|
/frameworks/native/libs/binder/tests/ |
D | binderSafeInterfaceTest.cpp | 426 native_handle* rawHandle = native_handle_create(1 /*numFds*/, 1 /*numInts*/); in increment() local 427 if (rawHandle == nullptr) return NO_MEMORY; in increment() 430 rawHandle->data[0] = dup(a->handle()->data[0]); in increment() 433 rawHandle->data[1] = a->handle()->data[1] + 1; in increment() 437 *aPlusOne = NativeHandle::create(rawHandle, true); in increment()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferMapper.h | 57 status_t importBuffer(buffer_handle_t rawHandle,
|