Home
last modified time | relevance | path

Searched refs:TokenManager (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/hwservicemanager/
H A DTokenManager.cpp52 TokenManager::TokenManager() { in TokenManager() function in android::hidl::token::V1_0::implementation::TokenManager
57 Return<void> TokenManager::createToken(const sp<IBase>& store, createToken_cb hidl_cb) { in createToken()
84 std::unordered_map<uint64_t, TokenManager::TokenInterface>::const_iterator
85 TokenManager::lookupToken(const hidl_vec<uint8_t> &token) { in lookupToken()
108 Return<bool> TokenManager::unregister(const hidl_vec<uint8_t> &token) { in unregister()
119 Return<sp<IBase>> TokenManager::get(const hidl_vec<uint8_t> &token) { in get()
130 TokenManager::TokenInterface TokenManager::generateToken(const sp<IBase> &interface) { in generateToken()
154 bool TokenManager::constantTimeCompare(const hidl_vec<uint8_t> &t1, const hidl_vec<uint8_t> &t2) { in constantTimeCompare()
167 uint64_t TokenManager::getTokenId(const hidl_vec<uint8_t> &token) { in getTokenId()
179 hidl_vec<uint8_t> TokenManager::makeToken(const uint64_t id, const uint8_t *hmac, uint64_t hmacSize… in makeToken()
H A Dservice.cpp61 using android::hidl::token::V1_0::implementation::TokenManager;
156 sp<TokenManager> tokenManager = new TokenManager(); in main()
H A DTokenManager.h41 struct TokenManager : public ITokenManager { struct
42 TokenManager();
H A DAndroid.bp86 "TokenManager.cpp",
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h108 class TokenManager {
110 virtual ~TokenManager() = default;
273 virtual TokenManager* getTokenManager() = 0;
321 class TokenManager : public android::frametimeline::TokenManager {
323 TokenManager() : mCurrentToken(FrameTimelineInfo::INVALID_VSYNC_ID + 1) {} in TokenManager() function
324 ~TokenManager() = default;
440 frametimeline::TokenManager* getTokenManager() override { return &mTokenManager; } in getTokenManager()
476 TokenManager mTokenManager;
H A DFrameTimeline.cpp736 int64_t TokenManager::generateTokenForPredictions(TimelineItem&& predictions) { in generateTokenForPredictions()
747 std::optional<TimelineItem> TokenManager::getPredictionsForToken(int64_t token) const { in getPredictionsForToken()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DMessageQueue.h67 virtual void initVsync(scheduler::VSyncDispatch&, frametimeline::TokenManager&,
109 frametimeline::TokenManager* tokenManager = nullptr;
138 void initVsync(scheduler::VSyncDispatch&, frametimeline::TokenManager&,
H A DEventThread.h45 class TokenManager; variable
156 EventThread(std::unique_ptr<VSyncSource>, frametimeline::TokenManager*, InterceptVSyncsCallback,
208 frametimeline::TokenManager* const mTokenManager;
H A DScheduler.h55 class TokenManager; variable
79 ConnectionHandle createConnection(const char* connectionName, frametimeline::TokenManager*,
H A DMessageQueue.cpp121 frametimeline::TokenManager& tokenManager, in initVsync()
H A DEventThread.cpp218 android::frametimeline::TokenManager* tokenManager, in EventThread()
H A DScheduler.cpp265 const char* connectionName, frametimeline::TokenManager* tokenManager, in createConnection()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockMessageQueue.h39 void(scheduler::VSyncDispatch&, frametimeline::TokenManager&,
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DMessageQueueTest.cpp66 class MockTokenManager : public frametimeline::TokenManager {
H A DFrameTimelineTest.cpp156 impl::TokenManager* mTokenManager;
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...