Searched refs:getNumFlexPlanes (Results 1 – 3 of 3) sorted by relevance
145 int32_t error = mDispatch.getNumFlexPlanes(mDevice, bufferHandle, &flex.num_planes); in lockYCbCr()212 !initDispatch(GRALLOC1_FUNCTION_GET_NUM_FLEX_PLANES, &mDispatch.getNumFlexPlanes) || in initDispatch()324 GRALLOC1_PFN_GET_NUM_FLEX_PLANES getNumFlexPlanes; member
150 bufferHook<decltype(&Buffer::getNumFlexPlanes), in doGetFunction()151 &Buffer::getNumFlexPlanes, uint32_t*>); in doGetFunction()
241 gralloc1_error_t getNumFlexPlanes(uint32_t* outNumPlanes) const { in getNumFlexPlanes() function