Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderRpcWireProtocolTest.cpp31 static const int32_t kInt32Array[] = {-1, 0, 17}; variable
73 [](Parcel* p) { ASSERT_EQ(OK, p->writeInt32Array(countof(kInt32Array), kInt32Array)); }, in __anone7eb5c2c1e02()