Searched defs:anw (Results 1 – 4 of 4) sorted by relevance
26 auto* anw = reinterpret_cast<ANativeWindow*>(window); in isValid() local55 auto* anw = reinterpret_cast<ANativeWindow*>(window); in acquire() local64 auto* anw = reinterpret_cast<ANativeWindow*>(window); in release() local91 auto* anw = reinterpret_cast<ANativeWindow*>(window); in getConsumerUsage() local102 auto* anw = reinterpret_cast<ANativeWindow*>(window); in setUsage() local112 auto* anw = reinterpret_cast<ANativeWindow*>(window); in getWidth() local122 auto* anw = reinterpret_cast<ANativeWindow*>(window); in getHeight() local163 auto* anw = reinterpret_cast<ANativeWindow*>(window); in setSwapInterval() local174 auto* anw = reinterpret_cast<ANativeWindow*>(window); in queueBuffer() local188 auto* anw = reinterpret_cast<ANativeWindow*>(window); in dequeueBuffer() local[all …]
96 auto* anw = reinterpret_cast<EmulatedANativeWindow*>(window); in acquire() local101 auto* anw = reinterpret_cast<EmulatedANativeWindow*>(window); in release() local123 auto anw = reinterpret_cast<EmulatedANativeWindow*>(window); in getWidth() local128 auto anw = reinterpret_cast<EmulatedANativeWindow*>(window); in getHeight() local157 auto anw = reinterpret_cast<EmulatedANativeWindow*>(window); in queueBuffer() local163 auto anw = reinterpret_cast<EmulatedANativeWindow*>(window); in dequeueBuffer() local168 auto anw = reinterpret_cast<EmulatedANativeWindow*>(window); in cancelBuffer() local
162 auto anw = mAnwHelper->createNativeWindowForTesting(mGralloc.get(), width, height); in TEST_P() local
927 static inline int native_window_dequeue_buffer_and_wait(ANativeWindow *anw, in native_window_dequeue_buffer_and_wait()