Home
last modified time | relevance | path

Searched refs:mCallbackSurface (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DCallbackProcessor.java31 private Surface mCallbackSurface; field in CallbackProcessor
126 if (mCallbackSurface == null) { in displayCallback()
128 mCallbackSurface = mCallbackView.getHolder().getSurface(); in displayCallback()
129 if (mCallbackSurface == null) return; in displayCallback()
130 mAllocationOut.setSurface(mCallbackSurface); in displayCallback()