/packages/services/Telecomm/src/com/android/server/telecom/ |
DtmfLocalTonePlayer.java | 28 import android.telecom.Logging.Session; 37 * class employs a concept of a call "session" that starts and stops when the foreground call 89 if (msg.obj instanceof Session) { 90 Log.continueSession((Session) msg.obj, "DLTP.TH"); 127 /** The current call associated with an existing dtmf session. */ 187 * @param call The call associated with this dtmf session. 214 * @param call The call associated with the session to end.
|
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/ |
AsyncBlockCheckFilter.java | 25 import android.telecom.Logging.Session; 44 private Session mBackgroundTaskSubsession; 45 private Session mPostExecuteSubsession;
|
/frameworks/base/media/java/android/media/ |
MediaCas.java | 53 * generate a {@link Session} object that will uniquely identify a session. A session 55 * (Entitlement control messages) are sent to the session via method 56 * {@link Session#processEcm}. 59 * session using {@link MediaDescrambler#setMediaCasSession}. This ties the 60 * descrambler to the session, and the descrambler can then be used to descramble 61 * content secured with the session's key, either during extraction, or during decoding 65 * MediaDescrambler to descramble samples into clear buffers (if the session's license 68 * session's license requires secure decoders) [all...] |
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/ |
PackageInstallerImpl.java | 52 private final Map<String, PackageInstaller.Session> mOpenSessionMap; 73 mOpenSessionMap = new HashMap<String, PackageInstaller.Session>(); 98 * This is a placeholder implementation that bundles an entire "session" into a single 99 * call. This will be replaced by more granular versions that allow longer session lifetimes, 110 // 1. Create or recover a session, and open it 112 PackageInstaller.Session session = null; local 116 session = getSession(packageName); 118 // If open failed, or there was no session, create a new one and open it. 120 if (session == null) 164 PackageInstaller.Session session = mOpenSessionMap.get(packageName); local 237 PackageInstaller.Session session = mOpenSessionMap.remove(packageName); local [all...] |
InstallTask.java | 45 private PackageInstaller.Session mSession; 54 PackageInstallerImpl.InstallListener callback, PackageInstaller.Session session, 60 mSession = session; 95 mErrorDesc = "Could not close session stream"; 108 // 3. Commit the session (this actually installs it.) Session map
|
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/simple/ |
SimpleTvInputService.java | 44 public Session onCreateSession(String inputId) { 49 * Simple session implementation which plays local videos on the application's tune request. 51 private class SimpleSessionImpl extends TvInputService.Session {
|
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
SampleSpellCheckerService.java | 33 public Session createSession() { 37 private static class AndroidSpellCheckerSession extends Session { 53 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)} 55 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)} 57 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}. 80 * {@link SpellCheckerService.Session#onGetSentenceSuggestionsMultiple(TextInfo[], int)} 82 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiIbft.c | 70 // Each session occupies two offsets, one for the NIC section,
112 @param[in] Handle The handle associated with the iSCSI session.
124 ISCSI_SESSION *Session;
154 Session = &DriverData->Session;
159 IScsiAddHeapItem (Heap, Session->InitiatorName, Session->InitiatorNameLength - 1);
161 Initiator->IScsiNameLength = (UINT16) (Session->InitiatorNameLength - 1);
292 SessionConfigData = &DriverData->Session.ConfigData;
293 AuthConfig = &DriverData->Session.AuthData.AuthConfig; [all...] |
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/session/ |
StubSession.groovy | 16 package org.mockftpserver.core.session
19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames() [all...] |
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/ |
StubFtpServer_MultipleClientsIntegrationTest.java | 24 import org.mockftpserver.core.session.Session;
43 // Custom CommandHandler for PWD so that we can verify unique session-specific responses.
44 // Send back the hashCode for the Session as the reply text.
46 protected void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
47 String replyText = quotes(Integer.toString(session.hashCode()));
48 sendReply(session, 257, null, replyText, null);
80 // Make sure all session ids are unique
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
PortCommandHandler.java | 27 import org.mockftpserver.core.session.Session;
60 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
62 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws UnknownHostException {
66 session.setClientDataHost(host);
67 session.setClientDataPort(port);
70 sendReply(session);
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/ |
StubFtpServer_MultipleClientsIntegrationTest.java | 23 import org.mockftpserver.core.session.Session;
43 // Custom CommandHandler for PWD so that we can verify unique session-specific responses.
44 // Send back the hashCode for the Session as the reply text.
46 protected void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
47 String replyText = quotes(Integer.toString(session.hashCode()));
48 sendReply(session, 257, null, replyText, null);
80 // Make sure all session ids are unique
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
quant_ops_test.py | 22 from tensorflow.python.client import session 36 with session.Session(graph=g) as sess: 55 with session.Session(graph=g) as sess:
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
round_weights_test.cc | 25 #include "tensorflow/core/public/session.h" 65 std::unique_ptr<Session> original_session(NewSession(SessionOptions())); 74 std::unique_ptr<Session> rounded_session(NewSession(SessionOptions()));
|
/packages/apps/Settings/src/com/android/settings/applications/ |
AppStateBaseBridge.java | 24 import com.android.settingslib.applications.ApplicationsState.Session; 34 protected final Session mAppSession;
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
AppStateBaseBridge.java | 24 import com.android.settingslib.applications.ApplicationsState.Session; 34 protected final Session mAppSession;
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/ |
PDBSymbol.h | 121 const IPDBSession &getSession() const { return Session; } 133 const IPDBSession &Session;
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/ |
PDBSymbol.h | 121 const IPDBSession &getSession() const { return Session; } 133 const IPDBSession &Session;
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/ |
NativeSession.h | 35 std::unique_ptr<IPDBSession> &Session); 37 std::unique_ptr<IPDBSession> &Session);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/ |
PDBSymbol.h | 121 const IPDBSession &getSession() const { return Session; } 133 const IPDBSession &Session;
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/ |
NativeSession.h | 35 std::unique_ptr<IPDBSession> &Session); 37 std::unique_ptr<IPDBSession> &Session);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/ |
PDBSymbol.h | 121 const IPDBSession &getSession() const { return Session; } 133 const IPDBSession &Session;
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/ |
NativeSession.h | 35 std::unique_ptr<IPDBSession> &Session); 37 std::unique_ptr<IPDBSession> &Session);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/ |
PDBSymbol.h | 121 const IPDBSession &getSession() const { return Session; } 133 const IPDBSession &Session;
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/ |
NativeSession.h | 35 std::unique_ptr<IPDBSession> &Session); 37 std::unique_ptr<IPDBSession> &Session);
|