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

  /system/bt/test/suite/adapter/
adapter_unittest.cc 85 std::string old_name((const char*)property_as_name(name_property)->name);
95 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name
96 << " does not match test value " << property_as_name(new_name)->name;
105 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name
  /system/bt/btcore/include/
property.h 76 const bt_bdname_t* property_as_name(const bt_property_t* property);
  /system/bt/tools/bdtool/
adapter.c 196 const bt_bdname_t* name = property_as_name(property);
252 const bt_bdname_t* name = property_as_name(property);
bdtool.c 169 const bt_bdname_t* name = property_as_name(property);
  /system/bt/btcore/src/
property.cc 196 const bt_bdname_t* property_as_name(const bt_property_t* property) { function
  /system/bt/btcore/test/
property_test.cc 99 const bt_bdname_t* name1 = property_as_name(property);

Completed in 181 milliseconds