/frameworks/av/media/libstagefright/foundation/ |
D | ANetworkSession.cpp | 69 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/av/drm/mediadrm/plugins/clearkey/ |
D | Session.h | 34 explicit Session(const android::Vector<uint8_t>& sessionId) in Session() function
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | BordeauxSessionManager.java | 41 static class Session { class in BordeauxSessionManager
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 1023 new Session(fromAccounts, response, account.type, false, in copyAccountToUser() method 1116 new Session(targetUser, response, account.type, false, in completeCloningAccount() method 2095 new Session(accounts, response, accountType, false /* expectActivityLaunch */, in getAuthTokenLabel() method 2252 new Session( in getAuthToken() method 2502 new Session(accounts, response, accountType, expectActivityLaunch, in addAccount() method 2585 new Session(accounts, response, accountType, expectActivityLaunch, in addAccountAsUser() method 2930 new Session( in finishSessionAsUser() method 2997 new Session(accounts, response, account.type, expectActivityLaunch, in confirmCredentialsAsUser() method 3034 new Session(accounts, response, account.type, expectActivityLaunch, in updateCredentials() method 3161 new Session(accounts, response, account.type, false /* expectActivityLaunch */, in isCredentialsUpdateSuggested() method [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 61 final class Session extends IWindowSession.Stub class 75 public Session(WindowManagerService service, IWindowSessionCallback callback, in Session() method in Session
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | touch_analytics.proto | 24 message Session { message
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInstaller.java | 640 public static class Session implements Closeable { class in PackageInstaller 644 public Session(IPackageInstallerSession session) { in Session() method in PackageInstaller.Session
|
/frameworks/base/core/java/android/service/textservice/ |
D | SpellCheckerService.java | 98 public static abstract class Session { class in SpellCheckerService
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | ApplicationsState.java | 528 public class Session { class in ApplicationsState 542 Session(Callbacks callbacks) { in Session() method in ApplicationsState.Session
|