Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_service_dispatcher.h18 MOCK_CONST_METHOD0(IsCanceled, bool());
Dservice_dispatcher.h73 virtual bool IsCanceled() const = 0;
/frameworks/native/libs/vr/libpdx_uds/
Dservice_dispatcher.cpp158 while (!IsCanceled()) { in EnterDispatchLoop()
198 bool ServiceDispatcher::IsCanceled() const { return canceled_; } in IsCanceled() function in android::pdx::uds::ServiceDispatcher
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_dispatcher.h28 bool IsCanceled() const override;