HomeSort by relevance Sort by last modified time
    Searched defs:native_handle_t (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish-opengl/fuchsia/include/cutils/
native_handle.h 8 } native_handle_t; typedef in typeref:struct:native_handle
  /frameworks/av/camera/ndk/ndk_vendor/impl/
utils.h 45 std::vector<native_handle_t *> mSurfaceList;
55 bool isWindowNativeHandleEqual(const native_handle_t *nh1, const native_handle_t *nh2);
57 bool isWindowNativeHandleLessThan(const native_handle_t *nh1, const native_handle_t *nh2);
60 bool isWindowNativeHandleGreaterThan(const native_handle_t *nh1, const native_handle_t *nh2);
62 // Utility class so the native_handle_t can be compared with its contents instead
65 native_handle_t *mWindow = nullptr;
67 native_handle_ptr_wrapper(native_handle_t *nh) : mWindow(nh) {
    [all...]

Completed in 95 milliseconds