HomeSort by relevance Sort by last modified time
    Searched refs:session_id (Results 26 - 50 of 306) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_generic_buf_mgr.h 22 uint32_t session_id; member in struct:msm_buf_mngr_info
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_generic_buf_mgr.h 5 uint32_t session_id; member in struct:msm_buf_mngr_info
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_generic_buf_mgr.h 19 uint32_t session_id; member in struct:msm_buf_mngr_info
31 uint32_t session_id; member in struct:msm_buf_mngr_main_cont_info
61 uint32_t session_id; member in struct:msm_buf_mngr_info32_t
  /external/autotest/server/site_tests/cheets_CTS_N/
cheets_CTS_N.py 93 session_id=None,
102 3. Continue a session: assign the session ID via |session_id|.
110 @param session_id: tradefed session id to continue.
120 elif plan is not None and session_id is not None:
121 # In 7.1 R2 we can only retry session_id with the original plan.
123 '--retry', '%d' % session_id]
205 def _tradefed_retry(self, test_name, session_id):
208 It is assumed that there are no notexecuted tests of session_id,
212 @param session_id: tradefed session id to retry.
214 @return: tuple of (new session_id, tests, pass, fail, notexecuted)
    [all...]
  /external/autotest/server/site_tests/cheets_CTS/
cheets_CTS.py 96 session_id=None,
106 3. Continue a session: assign the session ID via |session_id|.
114 @param session_id: tradefed session id to continue.
125 elif session_id is not None:
127 '%d' % session_id]
197 def _tradefed_continue(self, session_id, datetime_id=None):
201 @param session_id: tradefed session id to continue.
209 self._tradefed_run_command(session_id=session_id)]
212 def _tradefed_retry(self, test_name, session_id)
    [all...]
  /external/wpa_supplicant_8/hs20/client/
spp_client.c 27 const char *session_id,
109 const char *session_id,
126 if (session_id)
128 session_id);
328 const char *session_id,
353 node = build_spp_post_dev_data(ctx, &ns, session_id,
410 const char *session_id,
423 ctx, session_id,
429 ret = hs20_spp_update_response(ctx, session_id, "OK", NULL);
438 const char *session_id)
606 char *session_id = NULL; local
827 char *status, *session_id; local
    [all...]
  /external/libusb/libusb/os/
haiku_pollfs.cpp 97 unsigned long session_id = (unsigned long)&fDevice; local
101 struct libusb_device *dev = usbi_get_device_by_session_id(ctx, session_id);
103 usbi_dbg("using previously allocated device with location %lu", session_id);
107 usbi_dbg("allocating new device with location %lu", session_id);
108 dev = usbi_alloc_device(ctx, session_id);
167 unsigned long session_id = (unsigned long)&fDevice; local
171 dev = usbi_get_device_by_session_id(ctx, session_id);
176 usbi_dbg("device with location %lu not found", session_id);
  /external/webrtc/talk/app/webrtc/
jsepsessiondescription.h 56 const std::string& session_id,
65 virtual std::string session_id() const { function in class:webrtc::JsepSessionDescription
webrtcsessiondescriptionfactory.h 95 const std::string& session_id);
104 const std::string& session_id);
113 const std::string& session_id);
154 const std::string& session_id,
  /hardware/intel/common/omx-components/videocodec/
ProtectedDataBuffer.h 106 uint32_t session_id ; member in struct:ProtectedDataBuffer_tag
162 buf->session_id = 0 ;
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.h 34 uint32_t *session_id);
83 uint32_t *session_id __unused)
voice_extn.c 144 uint32_t session_id = 0; local
149 session_id = session->vsid;
154 return session_id;
330 uint32_t *session_id)
332 *session_id = get_session_id_with_state(adev, CALL_ACTIVE);
579 uint32_t session_id = 0; local
581 session_id = get_session_id_with_state(adev, CALL_LOCAL_HOLD);
582 if (session_id == VOICE_VSID) {
584 } else if (session_id == VOICE2_VSID) {
587 ALOGE("%s: Invalid session id %x", __func__, session_id);
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
mdss_rotator.h 54 uint32_t session_id; member in struct:mdp_rotation_config
72 uint32_t session_id; member in struct:mdp_rotation_item
  /hardware/qcom/msm8996/original-kernel-headers/linux/
mdss_rotator.h 79 uint32_t session_id; member in struct:mdp_rotation_config
122 uint32_t session_id; member in struct:mdp_rotation_item
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_jpeg_interface.h 214 uint32_t session_id; member in struct:__anon4341
251 uint32_t session_id; member in struct:__anon4342
285 int (*destroy_session)(uint32_t session_id);
303 int (*destroy_session)(uint32_t session_id);
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_jpeg_interface.h 214 uint32_t session_id; member in struct:__anon4893
251 uint32_t session_id; member in struct:__anon4894
285 int (*destroy_session)(uint32_t session_id);
303 int (*destroy_session)(uint32_t session_id);
  /external/openssh/
kexc25519c.c 149 if (kex->session_id == NULL) {
151 kex->session_id = malloc(kex->session_id_len);
152 if (kex->session_id == NULL) {
156 memcpy(kex->session_id, hash, kex->session_id_len);
kexc25519s.c 126 if (kex->session_id == NULL) {
128 kex->session_id = malloc(kex->session_id_len);
129 if (kex->session_id == NULL) {
133 memcpy(kex->session_id, hash, kex->session_id_len);
kexecdhs.c 161 if (kex->session_id == NULL) {
163 kex->session_id = malloc(kex->session_id_len);
164 if (kex->session_id == NULL) {
168 memcpy(kex->session_id, hash, kex->session_id_len);
  /tools/test/connectivity/acts/framework/acts/controllers/
diag_logger.py 123 def stop(self, session_id=None):
127 session_id: an optional session id provided for multi session
134 def pull(self, session_id=None, out_path=None):
138 session_id: an optional session id provided for multi session
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls.c 24 u8 *session_id; member in struct:eap_tls_data
145 os_free(data->session_id);
196 os_free(data->session_id);
197 data->session_id = eap_peer_tls_derive_session_id(sm, &data->ssl,
200 if (data->session_id) {
202 data->session_id, data->id_len);
308 os_free(data->session_id);
309 data->session_id = NULL;
376 if (data->session_id == NULL)
384 os_memcpy(id, data->session_id, data->id_len)
    [all...]
eap_sake.c 28 u8 session_id; member in struct:eap_sake_data
134 sake->session_id = data->session_id;
377 u8 subtype, session_id, id; local
389 session_id = req->session_id;
393 "session_id %d", subtype, session_id);
397 if (data->session_id_set && data->session_id != session_id) {
    [all...]
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_iface.c 81 static void fst_ctrl_iface_notify(struct fst_iface *f, u32 session_id,
149 session_id, local
161 session_id, local
171 static int session_get(const char *session_id, char *buf, size_t buflen)
178 id = strtoul(session_id, NULL, 0);
210 static int session_set(const char *session_id, char *buf, size_t buflen)
217 id = strtoul(session_id, &p, 0);
273 static int session_remove(const char *session_id, char *buf, size_t buflen)
279 id = strtoul(session_id, NULL, 0);
297 static int session_initiate(const char *session_id, char *buf, size_t buflen
728 u32 session_id = s ? fst_session_get_id(s) : FST_INVALID_SESSION_ID; local
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 170 * @session_id: session id
179 static int32_t mm_jpeg_intf_destroy_session(uint32_t session_id)
183 if (0 == session_id) {
196 rc = mm_jpeg_destroy_session_by_id(g_jpeg_obj, session_id);
mm_jpegdec_interface.c 119 * @session_id: session id
128 static int32_t mm_jpegdec_intf_destroy_session(uint32_t session_id)
132 if (0 == session_id) {
145 rc = mm_jpegdec_destroy_session_by_id(g_jpegdec_obj, session_id);

Completed in 848 milliseconds

12 3 4 5 6 7 8 91011>>