HomeSort by relevance Sort by last modified time
    Searched full:sessionid (Results 301 - 325 of 443) sorted by null

<<1112131415161718

  /external/smack/src/org/jivesoftware/smackx/provider/
AdHocCommandDataProvider.java 51 adHocCommandData.setSessionID(parser.getAttributeValue("", "sessionid"));
  /frameworks/av/include/media/
Visualizer.h 71 int sessionId = 0);
AudioTrack.h 173 * sessionId: Specific session ID, or zero to use default.
187 int sessionId = AUDIO_SESSION_ALLOCATE,
214 int sessionId = AUDIO_SESSION_ALLOCATE,
257 int sessionId = AUDIO_SESSION_ALLOCATE,
    [all...]
mediaplayer.h 249 status_t setAudioSessionId(int sessionId);
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 69 int SessionId; /* Current session id */
  /frameworks/wilhelm/src/android/
android_defs.h 70 int sessionId;
  /hardware/qcom/media/mm-core/omxcore/inc/
QOMX_AudioIndexExtensions.h 68 QOMX_IndexParamAudioSessionId = 0x7F200002, /**< "OMX.Qualcomm.index.audio.sessionId" */
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcinq.h 69 uint32_t sessionId; /**< Session ID. */
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h 154 uint32_t sessionId; /**< MobiCore session ID */
362 * @param [in] session Session handle with information of the deviceId and the sessionId. The
391 * @param [in] session Session handle with information of the deviceId and the sessionId. The
437 * @param [in] session Session handle with information of the deviceId and the sessionId.
  /frameworks/base/media/java/android/media/
AudioRecord.java 254 * @param sessionId ID of audio session the AudioRecord must be attached to, or
261 int sessionId) throws IllegalArgumentException {
321 session[0] = sessionId;
    [all...]
AudioTrack.java 352 * @param sessionId Id of audio session the AudioTrack must be attached to
356 int bufferSizeInBytes, int mode, int sessionId)
368 mode, sessionId);
385 * @param sessionId ID of audio session the AudioTrack must be attached to, or
392 int mode, int sessionId)
439 if (sessionId < 0) {
440 throw new IllegalArgumentException("Invalid audio session ID: "+sessionId);
444 session[0] = sessionId;
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 138 int sessionId,
152 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId, transferType,
166 int sessionId,
180 sharedBuffer, false /*threadCanCallJava*/, sessionId, transferType, offloadInfo,
220 int sessionId,
228 "flags #%x, notificationFrames %u, sessionId %d, transferType %d",
230 sessionId, transferType);
382 if (sessionId == AUDIO_SESSION_ALLOCATE) {
385 mSessionId = sessionId;
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java     [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.h 85 const SessionID& session_id() const { return session_id_; }
401 const SessionID session_id_;
  /external/iptables/extensions/
libxt_owner.c 68 "[!] --sid-owner sessionid Match local SID\n"
80 "[!] --sid-owner sessionid Match local SID\n"
  /external/wpa_supplicant_8/hs20/server/www/
users.php 256 echo "<th>time<th>address<th>sessionID<th>notes";
280 echo "<td>" . $row['sessionid'] . "\n";
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 439 final SettingsValuesForSuggestion settingsValuesForSuggestion, final int sessionId,
452 settingsValuesForSuggestion, sessionId, inOutLanguageWeight);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 77 ULONG SessionId;
684 ULONG SessionId;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 266 sessionID = getlong(data[:4])
270 return sessionID, name, location, rcvrName
  /external/chromium_org/chrome/browser/sync/sessions/
tab_node_pool_unittest.cc 229 SessionID session_id;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
rawtransportchannel.cc 106 SessionId(), content_name(), component(), "", "");
  /external/chromium_org/third_party/tlslite/patches/
channel_id.patch 94 serverHello.create(self.version, getRandomBytes(32), sessionID, \
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_kay.c 258 "Failed to get SessionID from EAPOL state machines");
  /hardware/qcom/media/mm-core/inc/
QOMX_AudioIndexExtensions.h 68 QOMX_IndexParamAudioSessionId = 0x7F200002, /**< "OMX.Qualcomm.index.audio.sessionId" */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogicHandler.java 61 public void getSuggestedWords(final int sessionId, final int sequenceNumber,

Completed in 665 milliseconds

<<1112131415161718