Lines Matching refs:cHandle
410 const C2Handle *cHandle, const std::shared_ptr<BufferPoolData> &data) { in CreateLinearBlock() argument
415 if (C2AllocatorIon::isValid(cHandle)) { in CreateLinearBlock()
416 native_handle_t *handle = native_handle_clone(cHandle); in CreateLinearBlock()
673 native_handle_t *cHandle = nullptr; in fetchLinearBlock() local
675 mConnectionId, params, &cHandle, &bufferPoolData); in fetchLinearBlock()
677 native_handle_t *handle = native_handle_clone(cHandle); in fetchLinearBlock()
709 native_handle_t *cHandle = nullptr; in fetchGraphicBlock() local
711 mConnectionId, params, &cHandle, &bufferPoolData); in fetchGraphicBlock()
713 native_handle_t *handle = native_handle_clone(cHandle); in fetchGraphicBlock()
1113 const C2Handle *cHandle, in CreateGraphicBlock() argument
1119 if (C2AllocatorGralloc::isValid(cHandle)) { in CreateGraphicBlock()
1120 native_handle_t *handle = native_handle_clone(cHandle); in CreateGraphicBlock()