HomeSort by relevance Sort by last modified time
    Searched full:session (Results 1226 - 1250 of 4514) sorted by null

<<41424344454647484950>>

  /external/libmtp/
TODO 23 session solves this, and might be a hint at how the Windows MTP stack
25 device is plugged in, created a session and NEVER release it.
26 Thus only unplug or shutdown ends the session. This behaviour can be
29 still close the session. But is it really desireable to have
  /external/libnfc-nci/halimpl/pn54x/dnld/
phDnldNfc_Cmd.h 39 PH_DL_CMD_GETSESSIONSTATE = 0xF2 /* Get Session State */
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAEnumSourceFiles.h 32 const DIASession &Session;
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolData.cpp 24 return Session.getSymbolById(getTypeId());
PDBSymbolTypeArray.cpp 24 return Session.getSymbolById(getTypeId());
PDBSymbolTypePointer.cpp 24 return Session.getSymbolById(getTypeId());
  /external/mesa3d/src/gallium/drivers/rbug/
README 16 which should open gallium remote debugging session. While the program is running
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
FakeFtpServerTest.groovy 23 import org.mockftpserver.core.session.Session
129 public void handleCommand(Command command, Session session) {
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
RntoCommandHandlerTest.groovy 22 import org.mockftpserver.core.session.SessionKeys
59 session.removeAttribute(SessionKeys.RENAME_FROM)
163 session.setAttribute(SessionKeys.RENAME_FROM, renameFrom)
167 assert session.getAttribute(SessionKeys.RENAME_FROM) == value
  /external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/testing/
RecordingHostnameVerifier.java 26 public boolean verify(String hostname, SSLSession session) {
  /external/ppp/pppd/
Android.mk 23 session.c \
  /external/webrtc/talk/session/media/
voicechannel.h 31 #include "talk/session/media/channel.h"
  /external/webrtc/webrtc/api/objc/
RTCSessionDescription+Private.h 29 * SessionDescriptionInterface. No ownership is taken of the native session
  /external/webrtc/webrtc/base/objc/
RTCCameraPreviewView.m 37 previewLayer.session = captureSession;
  /external/webrtc/webrtc/libjingle/xmpp/
util_unittest.h 34 // Session handler
  /external/wpa_supplicant_8/hs20/server/www/
signup.php 20 die("Session not found for id: $id");
  /external/wpa_supplicant_8/src/common/
ieee802_1x_defs.h 20 * session or not.
  /external/wpa_supplicant_8/src/fst/
fst_defs.h 33 /* 8.4.2.147 Session Transition element */
  /frameworks/av/drm/mediadrm/plugins/clearkey/
Android.mk 29 Session.cpp \
CryptoFactory.cpp 28 #include "Session.h"
  /frameworks/av/include/media/
Visualizer.h 29 * The audio session ID passed to the constructor indicates which audio content should be
31 * - If the session is 0, the audio output mix is visualized
32 * - If the session is not 0, the audio from a particular MediaPlayer or AudioTrack
33 * using this audio session is visualized
  /frameworks/av/media/libmedia/
IAudioPolicyServiceClient.cpp 83 void onRecordingConfigurationUpdate(int event, audio_session_t session,
89 data.writeInt32(session);
126 audio_session_t session = (audio_session_t) data.readInt32(); local
133 onRecordingConfigurationUpdate(event, session, source, &clientConfig, &deviceConfig,
  /frameworks/av/services/audiopolicy/service/
AudioPolicyClientImpl.cpp 174 status_t AudioPolicyService::AudioPolicyClient::moveEffects(audio_session_t session,
183 return af->moveEffects(session, src_output, dst_output);
223 int event, audio_session_t session, audio_source_t source,
227 mAudioPolicyService->onRecordingConfigurationUpdate(event, session, source,
  /frameworks/base/core/java/android/bluetooth/
IBluetoothAvrcpController.aidl 22 import android.media.session.PlaybackState;
  /frameworks/base/core/java/android/content/pm/
IOtaDexopt.aidl 45 * Return the progress (0..1) made in this session. When {@link #isDone() isDone} returns

Completed in 3203 milliseconds

<<41424344454647484950>>