Home
last modified time | relevance | path

Searched defs:arr (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/smp/
Dsmp_utils.cc1276 void smp_reverse_array(uint8_t* arr, uint8_t len) { in smp_reverse_array()
/system/libvintf/test/
Dmain.cpp618 std::vector<std::string> arr{"android.hardware.camera", "android.hardware.nfc"}; in TEST_F() local
/system/update_engine/common/
Dutils.cc444 void HexDumpArray(const uint8_t* const arr, const size_t length) { in HexDumpArray()