Searched refs:IsCanceled (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/vr/libpdx/ | ||
D | service_dispatcher.cpp | 149 while (!IsCanceled()) { in EnterDispatchLoop() |
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ | ||
D | service.py | 178 def IsCanceled(self): member in RpcController |
/frameworks/native/libs/vr/libpdx/private/pdx/ | ||
D | service_dispatcher.h | 81 bool IsCanceled() const; |
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ | ||
D | service.h | 246 virtual bool IsCanceled() const = 0; |
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ | ||
D | cpp_unittest.cc | 1241 bool IsCanceled() const { in IsCanceled() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController |