Searched refs:Session (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish/fingerprint/ |
D | session.cpp | 94 std::string state2str(const Session::State s) { in state2str() 96 case Session::State::IDLE: return "IDLE"; in state2str() 97 case Session::State::ENROLLING_START: return "ENROLLING_START"; in state2str() 98 case Session::State::ENROLLING_END: return "ENROLLING_END"; in state2str() 99 case Session::State::AUTHENTICATING: return "AUTHENTICATING"; in state2str() 100 case Session::State::DETECTING_INTERACTION: return "DETECTING_INTERACTION"; in state2str() 105 std::string errorCode2str(const Session::ErrorCode ec) { in errorCode2str() 107 case Session::ErrorCode::OK: return "OK"; in errorCode2str() 108 case Session::ErrorCode::E_HAT_MAC_EMPTY: return "E_HAT_MAC_EMPTY"; in errorCode2str() 109 case Session::ErrorCode::E_HAT_WRONG_CHALLENGE: return "E_HAT_WRONG_CHALLENGE"; in errorCode2str() [all …]
|
D | session.h | 31 struct Session : public BnSession { struct 48 Session(const int32_t sensorId, const int32_t userId, argument 50 ~Session();
|
D | hal.cpp | 79 *out = SharedRefBase::make<Session>(sensorId, userId, cb); in createSession()
|
/device/google/contexthub/contexthubhal/ |
D | system_comms.h | 173 class Session : public ISession { 212 Session() { mState = SESSION_INIT; mStatus = -1; } in Session() function 241 class AppMgmtSession : public Session { 291 class MemInfoSession : public Session { 297 class KeyInfoSession : public Session { 417 typedef std::map<int, Session* > SessionMap; 433 …int setup_and_add(int id, Session *session, const hub_message_t *appMsg, uint32_t transactionId, A…
|
D | system_comms.cpp | 1425 Session *session = pos->second; in handleRx() 1442 Session *session = pos->second; in handleRx() 1459 int SystemComm::SessionManager::setup_and_add(int id, Session *session, const hub_message_t *appMsg… in setup_and_add()
|
/device/google/atv/products/lowram_boot_profiles/ |
D | boot-image-profile.txt | 1645 Landroid/content/pm/PackageInstaller$Session; 6217 Landroid/os/PerformanceHintManager$Session; 7344 Landroid/telecom/Logging/Session$Info$1; 7345 Landroid/telecom/Logging/Session$Info; 7346 Landroid/telecom/Logging/Session; 11117 Lcom/android/internal/jank/InteractionJankMonitor$Session; 12924 Lcom/android/internal/util/LatencyTracker$Session; 34544 …droid/os/PerformanceHintManager;->createHintSession([IJ)Landroid/os/PerformanceHintManager$Session; 36890 HSPLandroid/telecom/Log;->continueSession(Landroid/telecom/Logging/Session;Ljava/lang/String;)V 36891 HSPLandroid/telecom/Log;->createSubsession()Landroid/telecom/Logging/Session; [all …]
|
D | preloaded-classes | 2353 android.content.pm.PackageInstaller$Session 6882 android.os.PerformanceHintManager$Session 8005 android.telecom.Logging.Session 8006 android.telecom.Logging.Session$Info 8007 android.telecom.Logging.Session$Info$1 11767 com.android.internal.jank.InteractionJankMonitor$Session 13574 com.android.internal.util.LatencyTracker$Session
|