Searched refs:getConsumerUsage (Results 1 – 7 of 7) sorted by relevance
37 int getConsumerUsage(EGLNativeWindowType window, int* usage);
72 int getConsumerUsage(EGLNativeWindowType window, int* usage) override;
89 int ANativeWindowHelperAndroid::getConsumerUsage(EGLNativeWindowType window, int* usage) { in getConsumerUsage() function in gfxstream::ANativeWindowHelperAndroid
112 int EmulatedANativeWindowHelper::getConsumerUsage(EGLNativeWindowType window, int* usage) { in getConsumerUsage() function in gfxstream::EmulatedANativeWindowHelper
42 virtual int getConsumerUsage(EGLNativeWindowType window, int* usage) = 0;
218 gralloc1_error_t getConsumerUsage( in getConsumerUsage() function296 &Buffer::getConsumerUsage, &usage); in getConsumerUsageHook()
484 if (anwHelper->getConsumerUsage(nativeWindow, &consumerUsage) != 0) { in init()