Home
last modified time | relevance | path

Searched refs:cstr (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp79 const char* cstr) { in obtainString() argument
81 val->value.stringValue = cstr; in obtainString()
/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp40 template <class T> std::unique_ptr<T> alloc_unique_cstr(const char *cstr) { in alloc_unique_cstr() argument
41 size_t len = strlen(cstr); in alloc_unique_cstr()
43 memcpy(ptr->m.value, cstr, len); in alloc_unique_cstr()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h187 RecyclableType obtainString(const char* cstr);