Home
last modified time | relevance | path

Searched refs:IsCanceled (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/vr/libpdx/
Dservice_dispatcher.cpp149 while (!IsCanceled()) { in EnterDispatchLoop()
189 bool ServiceDispatcher::IsCanceled() const { return canceled_; } in IsCanceled() function in android::pdx::ServiceDispatcher
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dservice.py178 def IsCanceled(self): member in RpcController
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice_dispatcher.h81 bool IsCanceled() const;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dservice.h246 virtual bool IsCanceled() const = 0;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1241 bool IsCanceled() const { in IsCanceled() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController