/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 | 1022 new Session(fromAccounts, response, account.type, false, in copyAccountToUser() method 1115 new Session(targetUser, response, account.type, false, in completeCloningAccount() method 2128 new Session(accounts, response, accountType, false /* expectActivityLaunch */, in getAuthTokenLabel() method 2285 new Session( in getAuthToken() method 2535 new Session(accounts, response, accountType, expectActivityLaunch, in addAccount() method 2618 new Session(accounts, response, accountType, expectActivityLaunch, in addAccountAsUser() method 2963 new Session( in finishSessionAsUser() method 3030 new Session(accounts, response, account.type, expectActivityLaunch, in confirmCredentialsAsUser() method 3067 new Session(accounts, response, account.type, expectActivityLaunch, in updateCredentials() method 3194 new Session(accounts, response, account.type, false /* expectActivityLaunch */, in isCredentialsUpdateSuggested() method [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | touch_analytics.proto | 24 message Session { message
|
/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/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
|