HomeSort by relevance Sort by last modified time
    Searched defs:p_value (Results 26 - 38 of 38) sorted by null

12

  /hardware/broadcom/libbt/src/
conf.c 97 char *p_value; local
118 p_value = strtok(NULL, CONF_DELIMITERS);
120 if (NULL == p_value)
132 p_entry->p_action(p_name, p_value, p_entry->param);
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c 227 UINT8 type, len, *p_value, *p_stored, max_len; local
247 p_value = p_tlv_list + xx + 2;
381 else if (memcmp (p_value, p_stored, len))
388 if (memcmp (p_value, p_stored, len))
400 memcpy (p_stored, p_value, len);
  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 397 UINT8 type, length, tid, sap, *p_value; local
418 p_value = p;
419 BE_STREAM_TO_UINT8 (tid, p_value);
420 sap = llcp_sdp_get_sap_by_name ((char*) p_value, (UINT8) (length - 1));
433 p_value = p;
434 BE_STREAM_TO_UINT8 (tid, p_value);
435 BE_STREAM_TO_UINT8 (sap, p_value);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 611 tBTA_GATTC_ATTR_ID *p_value; local
628 p_buf->p_id_list = p_value = (tBTA_GATTC_ATTR_ID *)(p_buf + 1);
630 for (i = 0; i < p_buf->num_attr; i ++, p_value ++)
632 memcpy(p_value, &p_read_multi->id_list[i], sizeof(tBTA_GATTC_ATTR_ID));
651 ** p_value - the value to be written.
660 UINT8 *p_value,
679 if (p_value && len > 0)
681 p_buf->p_value = (UINT8 *)(p_buf + 1);
682 memcpy(p_buf->p_value, p_value, len)
    [all...]
bta_gattc_int.h 143 UINT8 *p_value; member in struct:__anon228
510 extern tBTA_GATT_STATUS bta_gattc_pack_read_cb_data(tBTA_GATTC_SERV *p_srcb, tBT_UUID *p_descr_uuid, tGATT_VALUE *p_attr, tBTA_GATT_READ_VAL *p_value);
  /external/bluetooth/bluedroid/main/
bte_conf.c 194 char *p_value; local
216 p_value = strtok(NULL, CONF_VALUES_DELIMITERS);
218 if (NULL == p_value)
233 p_entry->p_action(p_name, p_value);
243 bte_trace_conf(p_name, p_value);
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 709 p_data->p_value && p_data->p_value->unformat.len == 2)
711 pp = p_data->p_value->unformat.p_value;
749 p_data->p_value && p_data->p_value->unformat.len == 2)
751 pp = p_data->p_value->unformat.p_value;
900 value.p_value = buf;
2430 UINT8 *p_value, rpt_id; local
    [all...]
  /external/chromium_org/ppapi/generators/
idl_parser.py 482 def p_value(self, p): member in class:IDLParser
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 967 jbyte *p_value = env->GetByteArrayElements(value, NULL); local
1012 jbyte *p_value = env->GetByteArrayElements(value, NULL); local
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 275 void *p_value; member in struct:__anon2343
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 382 UINT8 *p_value; member in struct:__anon571
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 178 tGATT_ATTR_VALUE *p_value; member in struct:__anon846
191 tGATT_ATTR_VALUE *p_value; member in struct:__anon847
674 UINT8 *p_value, UINT16 *p_len, UINT16 mtu,tGATT_SEC_FLAG sec_flag,UINT8 key_size,UINT32 trans_id);
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 157 UINT8 *p_value; member in struct:__anon405
284 tBTA_GATT_READ_VAL *p_value; member in struct:__anon418
    [all...]

Completed in 381 milliseconds

12