HomeSort by relevance Sort by last modified time
    Searched full:session (Results 951 - 975 of 3356) sorted by null

<<31323334353637383940>>

  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.h 181 * @state: State of the current #MixAudio session.
182 * @codecMode: Current codec mode of the session.
265 * @returns: #MIX_RESULT_SUCCESS on successful initilaization. #MIX_RESULT_ALREADY_INIT if session is already initialized.
267 * This function will initialize an encode or decode session with this #MixAudio instance. During this call, the device will be opened. If the device is not available, an error is returned to the caller so that an alternative (e.g. software decoding) can be configured instead. Use mix_audio_deinitialize() to close the device.
269 * A previous initialized session must be de-initialized using mix_audio_deinitialize() before it can be initialized again.
280 * This function can be used to configure a stream for the current session. The caller can use this function to do the following:
294 * <para>If a stream is already registered with Intel Audio Manager, application must pass the same @streamname argument to retain the session. Otherwise, the existing stream will be unregistered and a new stream will be registered with the new @streamname.
312 * @outsize: Total number of bytes returned for the decode session. This parameter is ignored if stream is configured to #MIX_DECODE_DIRECTRENDER.
431 * This function is used to mute and unmute audio playback. While muted, playback would continue but silently. This function is only valid when the session is configured to #MIX_DECODE_DIRECTRENDER mode.
498 * This function will uninitialize a session with this MI-X instance. During this call, the SST device will be closed and resources including (…)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 91 * session though)
258 RenderSession session = null; local
266 session = RenderService.create(editor)
280 if (session != null) {
281 if (session.getResult().isSuccess()) {
282 BufferedImage image = session.getImage();
309 List<ViewInfo> viewInfoList = session.getRootViews();
356 if (session.getResult().getException() != null) {
357 AdtPlugin.log(session.getResult().getException(),
358 session.getResult().getErrorMessage())
    [all...]
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java 341 // If we do not have a session, tell all service to create one.
348 // Add the observer to the brand new session.
351 // If services have created session, just add the observer.
376 // No session - nothing to do.
393 // No session - nothing to do.
409 // No session - nothing to do.
425 // No session - nothing to do.
441 // No session - nothing to do.
504 // No session - nothing to do.
520 // No session - nothing to do
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichTvInputService.java 73 for (RichTvInputSessionImpl session : mSessions) {
74 session.checkContentBlockNeeded();
107 public final Session onCreateSession(String inputId) {
108 RichTvInputSessionImpl session = new RichTvInputSessionImpl(this, inputId); local
109 session.setOverlayViewEnabled(true);
110 mSessions.add(session);
111 return session;
114 class RichTvInputSessionImpl extends TvInputService.Session implements Handler.Callback {
  /external/apache-http/src/org/apache/http/impl/io/
IdentityInputStream.java 40 * A stream for reading from a {@link SessionInputBuffer session input buffer}.
62 throw new IllegalArgumentException("Session input buffer may not be null");
IdentityOutputStream.java 56 * Wrapped session output buffer.
66 throw new IllegalArgumentException("Session output buffer may not be null");
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLContextImpl.java 45 /** Client session cache. */
48 /** Server session cache. */
  /external/google-breakpad/src/common/windows/
omap.h 42 // If the given session contains OMAP data this extracts it, populating
43 // |omap_data|, and then disabling automatic translation for the session.
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 40 sid_t sid; /* Session identifier */
87 /* The L2TPv3 protocol changes tunnel and session ids from 16 to 32
  /external/libnfc-nci/halimpl/pn54x/dnld/
phDnldNfc.h 35 #define PHLIBNFC_FWDNLD_SESSNOPEN (0x01U) /* download session is Open */
36 #define PHLIBNFC_FWDNLD_SESSNCLOSED (0x00U) /* download session is Closed */
  /external/lldb/test/pexpect-2.4/examples/
script.py 4 entire shell session is logged to a file called script.log. This behaves much
68 # Start the interactive session
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbol.h 86 const IPDBSession &getSession() const { return Session; }
91 const IPDBSession &Session;
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
MkdCommandHandlerTest.groovy 22 import org.mockftpserver.core.session.SessionKeys
51 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, '/')
RmdCommandHandlerTest.groovy 22 import org.mockftpserver.core.session.SessionKeys
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
  /external/openssh/
auth-sia.c 101 fatal("Couldn't establish session for %s from %s",
105 fatal("Couldn't launch session for %s from %s",
monitor_wrap.h 80 struct Session;
83 void mm_session_pty_cleanup2(struct Session *);
sshd_config 89 # and session processing. If this is enabled, PAM authentication will
94 # If you just want the PAM account and session checks to run without
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 83 "Attach to existing session (sessid:macaddr)" },
107 novm("PPPoE session data");
135 /* Open session socket before discovery phase, to avoid losing session */
180 conn->session = htons(ses);
194 /* Set PPPoE session-number for further consumption */
195 ppp_session_number = ntohs(conn->session);
199 sp.sa_addr.pppoe.sid = conn->session;
  /external/toybox/toys/posix/
kill.c 7 * killall5.c - Send signal to all processes outside current session.
35 Send a signal to all processes outside current session.
  /frameworks/base/core/java/android/hardware/camera2/
TotalCaptureResult.java 106 * Get the ID of the session where the capture request of this result was submitted.
108 * @return The session ID
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSessionService.java 37 * An active voice interaction session, initiated by a {@link VoiceInteractionService}.
110 writer.println("(no active session)");
  /frameworks/base/docs/html/sdk/support_api_diff/22.2.0/changes/
jdiff_statistics.html 143 <TD><A HREF="pkg_android.support.v4.media.session.html">android.support.v4.media.session</A></TD>
173 <TD><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html">
174 android.support.v4.media.session.PlaybackStateCompat.Builder</A></TD>
188 <TD><A HREF="android.support.v4.media.session.PlaybackStateCompat.CustomAction.html">
189 android.support.v4.media.session.PlaybackStateCompat.CustomAction</A></TD>
198 <TD><A HREF="android.support.v4.media.session.PlaybackStateCompat.html">
199 android.support.v4.media.session.PlaybackStateCompat</A></TD>
packages_index_changes.html 53 <A HREF="pkg_android.support.v4.media.session.html" class="hiddenlink" target="rightframe">android.support.v4.media.session</A><br>
  /frameworks/base/docs/html/training/efficient-downloads/
connectivity_patterns.jd 42 <p>At the same time, the higher bandwidth means you can prefetch more aggressively, downloading more data over the same time. Perhaps less intuitively, because the tail-time battery cost is relatively higher, it's also more efficient to keep the radio active for longer periods during each transfer session to reduce the frequency of updates.</p>
44 <p>For example, if an LTE radio is has double the bandwidth and double the energy cost of 3G, you should download 4 times as much data during each session&mdash;or potentially as much as 10mb. When downloading this much data, it's important to consider the effect of your prefetching on the available local storage and flush your prefetch cache regularly.</p>
  /frameworks/base/docs/html/training/wearables/apps/
bt-debugging.jd 14 <li><a href="#SetupSession">Set Up a Debugging Session</a></li>
50 <h2 id="SetupSession">Set Up a Debugging Session</h2>

Completed in 377 milliseconds

<<31323334353637383940>>