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

1 2

  /hardware/ti/omap4-aah/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...]
  /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...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 78 i, p_cur_srvc->s_handle, p_cur_srvc->e_handle,
118 APPL_TRACE_ERROR("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
119 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
296 UINT16 s_handle, UINT16 e_handle,
316 p_new_srvc->s_handle = s_handle;
440 *p_s_hdl = p_rec->s_handle;
445 *p_s_hdl = p_rec->s_handle + 1;
450 APPL_TRACE_DEBUG("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle);
498 param.s_handle = 1
    [all...]
bta_gattc_int.h 273 UINT16 s_handle; member in struct:gattc_svc_cache
284 UINT16 s_handle; member in struct:__anon5194
  /hardware/ti/omap4-aah/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)
  /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);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 86 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0)
90 cl_req.browse.s_handle = p_clcb->s_handle;
103 cl_req.find_type_value.s_handle = p_clcb->s_handle;
150 msg.browse.s_handle = p_clcb->s_handle;
166 msg.handle = p_clcb->s_handle;
179 msg.read_blob.handle = p_clcb->s_handle;
    [all...]
gatt_attr.c 338 p_clcb->s_handle = p_data->value.dclr_value.val_handle;
345 p_clcb->s_handle = p_data->handle;
426 srvc_disc_param.s_handle = 1;
438 srvc_disc_param.s_handle = 1;
450 srvc_disc_param.s_handle = p_clcb->s_handle;
460 ccc_value.handle = p_clcb->s_handle;
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,
439 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle );
441 if ( (p_list->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl)
856 if (!GATT_HANDLE_IS_VALID(p_param->s_handle) ||
868 p_clcb->s_handle = p_param->s_handle;
    [all...]
gatt_int.h 106 UINT16 s_handle; /* starting handle */ member in struct:__anon5899
404 UINT16 s_handle; /* starting handle of the active request */ member in struct:__anon5917
482 UINT16 s_handle; member in struct:__anon5924
679 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle,
697 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);
700 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,
att_protocol.c 176 p_buf->len = 5; /* opcode + s_handle + e_handle */
179 UINT16_TO_STREAM (p, p_value_type->s_handle);
556 if (GATT_HANDLE_IS_VALID (p_msg->browse.s_handle) &&
558 p_msg->browse.s_handle <= p_msg->browse.e_handle)
561 p_msg->browse.s_handle,
gatt_db.c 288 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.s_handle);
316 ** s_handle: starting handle of the range we are looking for.
330 UINT16 s_handle,
370 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid))
451 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle,
458 s_handle, e_handle, service.uu.uuid16);
460 if (service.len == 0 || s_handle == 0 || e_handle == 0)
470 p_attr->p_value->incl_handle.s_handle = s_handle;
    [all...]
  /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/omap4-aah/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,
  /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 172 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle,
173 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle);
273 param.s_handle = params->u2;

Completed in 1200 milliseconds

1 2