Home
last modified time | relevance | path

Searched refs:cookie (Results 1 - 6 of 6) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dflat_obj.h54 binder_uintptr_t cookie; member
H A Drefbase.h307 * @param cookie Pointer to corresponding RefBase object.
309 WeakRefCounter(RefCounter *counter, void *cookie);
463 * @param cookie Void pointer to this RefBase object.
468 WeakRefCounter *CreateWeakRef(void *cookie);
/commonlibrary/c_utils/base/src/
H A Drefbase.cpp24 WeakRefCounter::WeakRefCounter(RefCounter *counter, void *cookie) in WeakRefCounter() argument
25 : atomicWeak_(0), refCounter_(counter), cookie_(cookie) in WeakRefCounter()
576 WeakRefCounter *RefBase::CreateWeakRef(void *cookie) in CreateWeakRef() argument
579 return new WeakRefCounter(refs_, cookie); in CreateWeakRef()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp61 flat.cookie = reinterpret_cast<uintptr_t>(this); in Marshalling()
93 flat.cookie = reinterpret_cast<uintptr_t>(this); in Marshalling()
125 flat.cookie = reinterpret_cast<uintptr_t>(this); in Marshalling()
1288 uint64_t cookie; member
1299 EXPECT_EQ(left.cookie, right.cookie); in ValidatePadded()
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp95 flat.cookie = reinterpret_cast<uintptr_t>(this); in Marshalling()
1193 uint64_t cookie; member
1207 AssertEqual(left.cookie, right.cookie, "left.cookie did not equal right.cookie as expected.", state); in ValidatePadded()
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp138 flat.cookie = reinterpret_cast<uintptr_t>(this); in Marshalling()

Completed in 13 milliseconds