Searched refs:Cancel (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmock_service_endpoint.h68 MOCK_METHOD0(Cancel, Status<void>());
H A Dservice_endpoint.h138 virtual Status<void> Cancel() = 0;
H A Dservice.h557 Status<void> Cancel();
/frameworks/base/libs/hwui/
H A DAnimator.cpp96 mStagingRequests.push_back(Request::Cancel);
139 case Request::Cancel:
H A DAnimator.h160 enum class Request { Start, Reverse, Reset, Cancel, End }; member in class:android::uirenderer::RepeatMode::BaseRenderNodeAnimator::Request
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h84 Status<void> Cancel() override;
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp678 Status<void> Service::Cancel() { return endpoint_->Cancel(); } function in class:android::pdx::Service
H A Dservice_tests.cpp379 TEST_F(ServiceTest, Cancel) {
380 EXPECT_CALL(*endpoint(), Cancel()).WillOnce(Return(Status<void>{}));
381 EXPECT_TRUE(service_->Cancel());
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp439 // Cancel the dispatcher and wait for the thread to terminate. Explicitly
698 TEST_F(ServiceFrameworkTest, Cancel) {
714 service->Cancel();
H A Dservice_endpoint.cpp749 Status<void> Endpoint::Cancel() { function in class:android::pdx::uds::Endpoint
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp366 Cancel();

Completed in 78 milliseconds