/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | mock_service_endpoint.h | 68 MOCK_METHOD0(Cancel, Status<void>());
|
D | service_endpoint.h | 138 virtual Status<void> Cancel() = 0;
|
D | service.h | 566 Status<void> Cancel();
|
/frameworks/base/libs/hwui/ |
D | Animator.cpp | 96 mStagingRequests.push_back(Request::Cancel); in cancel() 139 case Request::Cancel: in resolveStagingRequest()
|
D | Animator.h | 160 enum class Request { Start, Reverse, Reset, Cancel, End }; enumerator
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | service_endpoint.h | 84 Status<void> Cancel() override;
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateService.cpp | 175 ds_->Cancel(); in cancelBugreport()
|
D | dumpstate.h | 360 void Cancel();
|
D | dumpstate.cpp | 2731 void Dumpstate::Cancel() { in Cancel() function in Dumpstate
|
/frameworks/native/libs/vr/libpdx/fuzz/ |
D | helpers.h | 285 Status<void> Cancel() { return Status<void>(); } in Cancel() function
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | service_framework_tests.cpp | 698 TEST_F(ServiceFrameworkTest, Cancel) { in TEST_F() argument 714 service->Cancel(); in TEST_F()
|
D | service_endpoint.cpp | 752 Status<void> Endpoint::Cancel() { in Cancel() function in android::pdx::uds::Endpoint
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 672 Status<void> Service::Cancel() { return endpoint_->Cancel(); } in Cancel() function in android::pdx::Service
|
D | service_tests.cpp | 381 TEST_F(ServiceTest, Cancel) { in TEST_F() argument 382 EXPECT_CALL(*endpoint(), Cancel()).WillOnce(Return(Status<void>{})); in TEST_F() 383 EXPECT_TRUE(service_->Cancel()); in TEST_F()
|
/frameworks/base/core/proto/android/server/ |
D | biometrics.proto | 88 * The client binder died, and sensors were authenticating at the time. Cancel has been
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | ICameraDeviceUser.hal | 85 * Cancel the current repeating request.
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_benchmarks.cpp | 366 Cancel(); in HandleMessage()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1840 // ACTION: User tapped Cancel in the bug report details screen. 2374 // ACTION: Settings > Storage > Free Up Space > Cancel 2382 // ACTION: Settings > Storage > Free Up Space > Free up ... GB > Cancel 2431 // ACTION: Settings -> Support -> Phone/Chat -> Disclaimer Cancel 2747 // OPEN: Settings > Wifi > P2P Settings > Cancel connection dialog
|
/frameworks/proto_logging/stats/enums/app/ |
D | settings_enums.proto | 1843 // OPEN: Settings > Wifi > P2P Settings > Cancel connection dialog
|