HomeSort by relevance Sort by last modified time
    Searched refs:sessionId (Results 126 - 150 of 215) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h 72 String sessionId() const;
  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogicHandler.java 61 public void getSuggestedWords(final int sessionId, final int sequenceNumber,
  /frameworks/av/include/media/
AudioRecord.h 151 * sessionId: Not yet supported.
166 int sessionId = AUDIO_SESSION_ALLOCATE,
201 int sessionId = AUDIO_SESSION_ALLOCATE,
mediaplayer.h 249 status_t setAudioSessionId(int sessionId);
  /hardware/qcom/audio/voice_processing/
voice_processing.c 391 static struct session_s *get_session(int32_t id, int32_t sessionId, int32_t ioId)
412 session->id = sessionId;
664 int32_t sessionId,
668 ALOGV("lib_create: uuid: %08x session %d IO: %d", uuid->timeLow, sessionId, ioId);
686 session = get_session(id, sessionId, ioId);
  /frameworks/av/services/audioflinger/
AudioMixer.h 111 audio_format_t format, int sessionId);
212 int32_t sessionId;
310 uint32_t sampleRate, int32_t sessionId, size_t bufferFrameCount);
Effects.cpp 62 int sessionId)
63 : mPinned(sessionId > AUDIO_SESSION_OUTPUT_MIX),
64 mThread(thread), mChain(chain), mId(id), mSessionId(sessionId),
78 mStatus = EffectCreate(&desc->uuid, sessionId, thread->id(), &mEffectInterface);
    [all...]
Tracks.cpp 72 int sessionId,
93 mSessionId(sessionId),
383 int sessionId,
389 sessionId, uid, flags, true /*isOut*/,
430 mName = thread->getTrackName_l(channelMask, format, sessionId);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 78 uint32_t sessionId; /* session ID */
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 79 uint32_t sessionId; /* session ID */
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTraceEvents.h 184 static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const String& sessionId, WorkerThread*);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TracingModel.js 86 sessionId: function()
207 var sessionId = this._devtoolsPageMetadataEvents[0].args["sessionId"];
208 this._sessionId = sessionId;
214 // FIXME: put sessionId into args["data"] for TracingStartedInPage event.
217 var id = args["sessionId"];
218 if (id === sessionId)
  /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/av/media/libmedia/
Visualizer.cpp 40 int sessionId)
41 : AudioEffect(SL_IID_VISUALIZATION, NULL, priority, cbf, user, sessionId),
AudioRecord.cpp 83 int sessionId,
93 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags,
129 int sessionId,
135 "notificationFrames %u, sessionId %d, transferType %d, flags %#x",
137 sessionId, transferType, flags);
223 if (sessionId == AUDIO_SESSION_ALLOCATE) {
226 mSessionId = sessionId;
    [all...]
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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java 157 int sessionId;
161 sessionId = ar.getAudioSessionId();
163 sessionId = 0;
169 sessionId);
200 int sessionId;
204 sessionId = ar.getAudioSessionId();
206 sessionId = 0;
211 sessionId);
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 262 final int sessionId, final float[] inOutLanguageWeight) {
266 final DicTraverseSession session = getTraverseSession(sessionId);
297 getTraverseSession(sessionId).getSession(), inputPointers.getXCoordinates(),
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCencPlayer.java 105 public MediaCodecCencPlayer(SurfaceHolder holder, byte[] sessionId) {
106 mSessionId = sessionId;
  /frameworks/opt/net/voip/src/java/android/net/sip/
SimpleSessionDescription.java 67 public SimpleSessionDescription(long sessionId, String address) {
70 mFields.parse(String.format(Locale.US, "o=- %d %d %s", sessionId,
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodulesession_impl.cc 60 blink::WebString WebContentDecryptionModuleSessionImpl::sessionId() const {
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 304 int32_t sessionId,
  /hardware/libhardware/include/hardware/
audio_effect.h     [all...]

Completed in 1989 milliseconds

1 2 3 4 56 7 8 9