HomeSort by relevance Sort by last modified time
    Searched full:s_handle (Results 1 - 25 of 25) sorted by null

  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 128 S_HANDLE hBlock;
186 S_HANDLE hDeviceContext;
187 S_HANDLE hClientSession;
200 S_HANDLE hDeviceContext;
216 S_HANDLE hDeviceContext;
230 S_HANDLE hDeviceContext;
231 S_HANDLE hBlock;
241 S_HANDLE hDeviceContext;
242 S_HANDLE hClientSession;
253 S_HANDLE hDeviceContext
    [all...]
tee_client_api_linux_driver.c 237 nResult = ioctl((S_HANDLE)pContext->imp._hConnection, IOCTL_SCX_EXCHANGE, pCommand);
384 S_HANDLE hDriver = S_HANDLE_NULL;
906 nResult = ioctl((S_HANDLE)context->imp._hConnection, IOCTL_SCX_GET_DESCRIPTION, &sInfoBuffer);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 77 i, p_cur_srvc->s_handle, p_cur_srvc->e_handle,
117 APPL_TRACE_ERROR5("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
118 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
295 UINT16 s_handle, UINT16 e_handle,
315 p_new_srvc->s_handle = s_handle;
439 *p_s_hdl = p_rec->s_handle;
444 *p_s_hdl = p_rec->s_handle + 1;
449 APPL_TRACE_DEBUG2("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle);
487 param.s_handle = 1
    [all...]
bta_gattc_int.h 262 UINT16 s_handle; member in struct:gattc_svc_cache
273 UINT16 s_handle; member in struct:__anon239
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 85 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0)
89 cl_req.browse.s_handle = p_clcb->s_handle;
102 cl_req.find_type_value.s_handle = p_clcb->s_handle;
142 msg.browse.s_handle = p_clcb->s_handle;
158 msg.handle = p_clcb->s_handle;
171 msg.read_blob.handle = p_clcb->s_handle;
    [all...]
gatt_api.c 166 s_hdl = p_list->asgn_range.s_handle;
213 p_list->asgn_range.s_handle = s_hdl;
256 num_handles, p_list->asgn_range.s_handle , p_list->asgn_range.e_handle,
294 p_incl_decl->asgn_range.s_handle,
438 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle );
440 if ( (p_list->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl)
846 if (!GATT_HANDLE_IS_VALID(p_param->s_handle) ||
858 p_clcb->s_handle = p_param->s_handle;
    [all...]
gatt_db.c 277 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.s_handle);
305 ** s_handle: starting handle of the range we are looking for.
319 UINT16 s_handle,
351 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid))
412 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle,
418 s_handle, e_handle, service.uu.uuid16);
420 if (service.len == 0 || s_handle == 0 || e_handle == 0)
430 p_attr->p_value->incl_handle.s_handle = s_handle;
    [all...]
att_protocol.c 176 p_buf->len = 5; /* opcode + s_handle + e_handle */
179 UINT16_TO_STREAM (p, p_value_type->s_handle);
555 if (GATT_HANDLE_IS_VALID (p_msg->browse.s_handle) &&
557 p_msg->browse.s_handle <= p_msg->browse.e_handle)
560 p_msg->browse.s_handle,
gatt_int.h 106 UINT16 s_handle; /* starting handle */ member in struct:__anon840
389 UINT16 s_handle; /* starting handle of the active request */ member in struct:__anon857
650 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle,
668 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);
671 extern tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle,
gatt_utils.c 322 if (p_list->in_use && p_list->asgn_range.s_handle == handle)
637 if (p_new->asgn_range.s_handle > p_old->asgn_range.s_handle)
    [all...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
mtc.c 76 static S_RESULT static_getMonotonicCounter(S_HANDLE hCounter,
159 OUT S_HANDLE* phCounter)
221 nError = SMonotonicCounterGet((S_HANDLE)pSession, &nCounterValue);
224 SMonotonicCounterClose((S_HANDLE)pSession);
228 *phCounter = (S_HANDLE)pSession;
237 MTC_EXPORT void SMonotonicCounterClose(S_HANDLE hCounter)
263 S_HANDLE hCounter,
270 S_HANDLE hCounter,
pkcs11_internal.h 135 bool ckInternalSessionIsOpenedEx(S_HANDLE hSession, bool* pBoolIsPrimarySession);
pkcs11_global.c 118 * S_HANDLE hSession: the session handle to check
126 bool ckInternalSessionIsOpenedEx(S_HANDLE hSession, bool* pBoolIsPrimarySession)
pkcs11_session.c 35 * Trusted Foundations Software session handle (S_HANDLE).
  /device/asus/grouper/keymaster/
s_type.h 113 typedef uint32_t S_HANDLE;
114 typedef S_HANDLE SM_HANDLE;
115 #define S_HANDLE_NULL ((S_HANDLE)0)
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
s_type.h 113 typedef uint32_t S_HANDLE;
114 typedef S_HANDLE SM_HANDLE;
115 #define S_HANDLE_NULL ((S_HANDLE)0)
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
s_type.h 113 typedef uint32_t S_HANDLE;
114 typedef S_HANDLE SM_HANDLE;
115 #define S_HANDLE_NULL ((S_HANDLE)0)
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 113 typedef uint32_t S_HANDLE;
114 typedef S_HANDLE SM_HANDLE;
115 #define S_HANDLE_NULL ((S_HANDLE)0)
tee_client_api_imp.h 51 S_HANDLE _hClientSession;
58 S_HANDLE _hBlock;
mtc.h 81 S_HANDLE* phCounter);
83 void MTC_EXPORT SMonotonicCounterClose(S_HANDLE hCounter);
86 S_HANDLE hCounter,
90 S_HANDLE hCounter,
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 166 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle,
167 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle);
264 param.s_handle = params->u2;
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 409 UINT16 s_handle; member in struct:__anon1073
431 UINT16 s_handle; member in struct:__anon1075
525 UINT16 s_handle; /* starting handle */ member in struct:__anon1084
603 UINT16 s_handle; member in struct:__anon1088
    [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 206 param.service.s_handle = 1;
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 246 UINT16 s_handle; member in struct:__anon414
447 UINT16 s_handle; member in struct:__anon429
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 751 param.service.s_handle = 1;
952 param.s_handle = 1;

Completed in 815 milliseconds