Searched refs:RequestNextVSyncWithMultiCallback (Results 1 – 5 of 5) sorted by relevance
116 …ASSERT_EQ(VsyncReceiverTest::vsyncReceiver->RequestNextVSyncWithMultiCallback(fcb), VSYNC_ERROR_NO…208 …ASSERT_EQ(VsyncReceiverTest::vsyncReceiver->RequestNextVSyncWithMultiCallback(fcb), VSYNC_ERROR_OK…
97 vsyncReceiver->RequestNextVSyncWithMultiCallback(fcb); in DoSomethingInterestingWithMyAPI()
131 return nativeVSync->receiver_->RequestNextVSyncWithMultiCallback(frameCallback); in OH_NativeVSync_RequestFrameWithMultiCallback()
166 virtual VsyncError RequestNextVSyncWithMultiCallback(FrameCallback callback);
262 VsyncError VSyncReceiver::RequestNextVSyncWithMultiCallback(FrameCallback callback) in RequestNextVSyncWithMultiCallback() function in OHOS::Rosen::VSyncReceiver