/device/google/contexthub/firmware/variant/lunchbox/ |
D | lunchbox.mk | 66 SRCS_os += os/drivers/vsync/vsync.c
|
/device/google/contexthub/firmware/variant/nucleo/ |
D | nucleo.mk | 70 SRCS_os += os/drivers/vsync/vsync.c
|
/device/google/contexthub/firmware/ |
D | lunchbox_aux_variant_config.mk | 87 os/drivers/vsync/vsync.c \
|
D | nucleo_aux_variant_config.mk | 79 os/drivers/vsync/vsync.c \
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | videodev2.h | 1399 __u32 vsync; member 1496 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \ 2337 struct v4l2_event_vsync vsync; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | videodev2.h | 707 __u32 vsync; member 733 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + (bt)->… 1260 struct v4l2_event_vsync vsync; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | videodev2.h | 1364 __u32 vsync; member 1431 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \ 2262 struct v4l2_event_vsync vsync; member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | videodev2.h | 707 __u32 vsync; member 733 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + (bt)->… 1260 struct v4l2_event_vsync vsync; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | videodev2.h | 1364 __u32 vsync; member 1431 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \ 2262 struct v4l2_event_vsync vsync; member
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | videodev2.h | 722 __u32 vsync; member 754 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + (bt)->… 1287 struct v4l2_event_vsync vsync; member
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | hwcomposer.cpp | 128 vsync_proc = pdev->procs->vsync; in hwc_vsync_thread()
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | HWC2.cpp | 63 vsync = &vsyncHook; in Callbacks() 513 auto vsync = reinterpret_cast<HWC2_PFN_VSYNC>(pointer); in registerCallback() local 515 vsync(callbackData, pendingVsync.first, pendingVsync.second); in registerCallback() 2735 auto vsync = reinterpret_cast<HWC2_PFN_VSYNC>(callbackInfo.pointer); in hwc1Vsync() local 2736 vsync(callbackInfo.data, displayId, timestamp); in hwc1Vsync()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 1470 auto vsync = reinterpret_cast<HWC2_PFN_VSYNC>(callbackInfo.pointer); in threadLoop() local 1473 if (vsync) { in threadLoop() 1474 vsync(callbackInfo.data, mDisplay.mId, lastTimeNs); in threadLoop()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera2.cpp | 930 bool vsync = mParent->mSensor->waitForVSync(kWaitPerLoop); in configureNextCapture() local 931 if (!vsync) return true; in configureNextCapture()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedFakeCamera2.cpp | 920 bool vsync = mParent->mSensor->waitForVSync(kWaitPerLoop); in configureNextCapture() local 921 if (!vsync) return true; in configureNextCapture()
|