Home
last modified time | relevance | path

Searched defs:Session (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
DANetworkSession.cpp69 struct ANetworkSession::Session : public RefBase { struct in android::ANetworkSession
70 enum Mode {
76 enum State {
113 enum {
116 struct Fragment {
122 int32_t mSessionID;
123 State mState;
124 Mode mMode;
125 int mSocket;
126 sp<AMessage> mNotify;
[all …]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DBordeauxSessionManager.java41 static class Session { class in BordeauxSessionManager
/frameworks/base/services/java/com/android/server/accounts/
DAccountManagerService.java600 new Session(fromAccounts, null, account.type, false, in copyAccountToUser() method
636 new Session(targetUser, null, account.type, false, in completeCloningAccount() method
1253 new Session(accounts, response, accountType, false, in getAuthTokenLabel() method
1353 new Session(accounts, response, account.type, expectActivityLaunch, in getAuthToken() method
1540 new Session(accounts, response, accountType, expectActivityLaunch, in addAccount() method
1590 new Session(accounts, response, account.type, expectActivityLaunch, in confirmCredentialsAsUser() method
1626 new Session(accounts, response, account.type, expectActivityLaunch, in updateCredentials() method
1662 new Session(accounts, response, accountType, expectActivityLaunch, in editProperties() method
2029 private abstract class Session extends IAccountAuthenticatorResponse.Stub class in AccountManagerService
2045 public Session(UserAccounts accounts, IAccountManagerResponse response, String accountType, in Session() method in AccountManagerService.Session
/frameworks/base/services/java/com/android/server/wm/
DSession.java54 final class Session extends IWindowSession.Stub class
66 public Session(WindowManagerService service, IInputMethodClient client, in Session() method in Session
/frameworks/base/core/java/android/service/textservice/
DSpellCheckerService.java99 public static abstract class Session { class in SpellCheckerService