HomeSort by relevance Sort by last modified time
    Searched refs:p_value_type (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
argument.hpp 48 , p_value_type( value_type )
56 unit_test::readonly_property<rtti::id_t> p_value_type; member in class:boost::BOOST_RT_PARAM_NAMESPACE::argument
86 assert( arg_.p_value_type == rtti::type_id<T>() ); // detect logic error
97 assert( arg_.p_value_type == rtti::type_id<T>() ); // detect logic error
  /external/bluetooth/bluedroid/stack/gatt/
att_protocol.c 165 BT_HDR *attp_build_read_handles_cmd (UINT16 payload_size, tGATT_FIND_TYPE_VALUE *p_value_type)
169 UINT16 len = p_value_type->value_len;
179 UINT16_TO_STREAM (p, p_value_type->s_handle);
180 UINT16_TO_STREAM (p, p_value_type->e_handle);
182 p_buf->len += gatt_build_uuid_to_stream(&p, p_value_type->uuid);
184 if (p_value_type->value_len + p_buf->len > payload_size )
187 memcpy (p, p_value_type->value, len);

Completed in 436 milliseconds