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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 pointer p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 55 pointer_ p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 const_pointer_ p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 pointer p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 55 pointer_ p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 const_pointer_ p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /hardware/broadcom/libbt/src/
conf.c 98 char *p_value; local
119 p_value = strtok(NULL, CONF_DELIMITERS);
121 if (NULL == p_value)
133 p_entry->p_action(p_name, p_value, p_entry->param);
  /system/nfc/src/nfa/dm/
nfa_dm_main.cc 214 uint8_t type, len, *p_value, *p_stored, max_len; local
235 p_value = p_tlv_list + xx + 2;
369 } else if (memcmp(p_value, p_stored, len)) {
379 if (memcmp(p_value, p_stored, len)) {
393 memcpy(p_stored, p_value, len);
  /system/nfc/src/nfc/llcp/
llcp_sdp.cc 386 uint8_t type, length, tid, sap, *p_value; local
409 p_value = p;
410 BE_STREAM_TO_UINT8(tid, p_value);
411 sap = llcp_sdp_get_sap_by_name((char*)p_value, (uint8_t)(length - 1));
418 "%s: In dta mode sap == 0x00 p_value = %s", __func__, p_value);
419 if ((length - 1) == strlen((const char*)p_value)) {
446 p_value = p;
447 BE_STREAM_TO_UINT8(tid, p_value);
448 BE_STREAM_TO_UINT8(sap, p_value);
    [all...]
  /system/bt/bta/gatt/
bta_gattc_int.h 123 uint8_t* p_value; member in struct:__anon1305
  /system/bt/bta/include/
bta_gatt_api.h 87 uint8_t* p_value; member in struct:__anon1486
    [all...]
  /system/bt/stack/gatt/
gatt_int.h 170 std::unique_ptr<tGATT_ATTR_VALUE> p_value; member in struct:__anon2203
576 uint16_t offset, uint8_t* p_value, uint16_t* p_len, uint16_t mtu,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 1104 jbyte* p_value = env->GetByteArrayElements(value, NULL); local
1131 jbyte* p_value = env->GetByteArrayElements(value, NULL); local
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_3_0.c 2964 static inline int p_value(const char * instruction_name) { function
    [all...]

Completed in 302 milliseconds