Searched refs:isSameMemory (Results 1 – 2 of 2) sorted by relevance
63 bool isSameMemory(const native_handle_t *h1, const native_handle_t *h2);
235 bool GrallocHalWrapper::isSameMemory(const native_handle_t *h1, const native_handle_t *h2) { in isSameMemory() function in android::GrallocHalWrapper331 GrallocHalWrapper::getInstance().isSameMemory(mem->handle, mNativeHandle); in memoryMatches()