Home
last modified time | relevance | path

Searched defs:to_string (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
DFooHelper.h26 std::string to_string(const T *elems, size_t n) { in to_string() function
41 std::string to_string(const hidl_array<T, SIZE> &array) { in to_string() function
46 std::string to_string(const hidl_array<T, SIZE1, SIZE2> &array) { in to_string() function
70 std::string to_string(const hidl_vec<T> &vec) { in to_string() function
/hardware/interfaces/tests/foo/1.0/default/lib/
DFooHelper.cpp5 std::string to_string(const IFoo::StringMatrix5x3 &M) { in to_string() function
9 std::string to_string(const IFoo::StringMatrix3x5 &M) { in to_string() function
13 std::string to_string(const hidl_string &s) { in to_string() function
/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.h66 string to_string() const { return string(reinterpret_cast<const char*>(data()), size()); } in to_string() function
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1530 static std::string to_string(const hwc_layer_1_t& hwcLayer, in to_string() function
1591 static std::string to_string(const hwc_display_contents_1_t& hwcContents, in to_string() function
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1430 static std::string to_string(const hwc_layer_1_t& hwcLayer, in to_string() function
1490 static std::string to_string(const hwc_display_contents_1_t& hwcContents, in to_string() function
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp409 string to_string() const { return string(reinterpret_cast<const char*>(data()), size()); } in to_string() function in android::hardware::keymaster::V3_0::test::__anon777b65030111::HidlBuf