Home
last modified time | relevance | path

Searched defs:mBuf (Results 1 – 2 of 2) sorted by relevance

/system/chre/chpp/test/
Dtransport_test.cpp100 uint8_t mBuf[kMaxPacketSize] = {}; member in __anond77f37af0111::TransportTests
622 uint8_t *mBuf = (uint8_t *)chppMalloc(i + 100); in TEST_P() local
636 uint8_t *mBuf = (uint8_t *)chppMalloc(100); in TEST_P() local
/system/libvintf/test/
DVintfFmTest.cpp141 std::vector<char*> mBuf; member in android::vintf::__anonf7bee17f0111::Args