#include "media/mojo/mojom/stable/native_pixmap_handle_mojom_traits.h"
#include <linux/kcmp.h>
#include <sys/syscall.h>
#include <unistd.h>
#include "base/posix/eintr_wrapper.h"
#include "base/process/process.h"
#include "base/test/gtest_util.h"
#include "media/mojo/mojom/stable/mojom_traits_test_util.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace media {
TEST(NativePixmapHandleMojomTraitsTest, ValidNativePixmapPlane) { … }
TEST(NativePixmapHandleMojomTraitsTest, NativePixmapPlaneWithInvalidFd) { … }
TEST(NativePixmapHandleMojomTraitsTest, ValidNativePixmapHandle) { … }
TEST(NativePixmapHandleMojomTraitsTest, NativePixmapHandleWithInvalidFd) { … }
}