Searched refs:mCallbackSurface (Results 1 – 1 of 1) sorted by relevance
31 private Surface mCallbackSurface; field in CallbackProcessor126 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()