Searched refs:Extras (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
H A DBinder.cpp64 class BBinder::Extras class in class:android::BBinder
142 Extras* e = reinterpret_cast<Extras*>(
146 e = new Extras;
154 e = reinterpret_cast<Extras*>(expected); // Filled in by CAS
165 Extras* e = reinterpret_cast<Extras*>(
175 Extras* e = reinterpret_cast<Extras*>(
190 Extras*
[all...]
/frameworks/native/include/binder/
H A DBinder.h72 class Extras;
74 atomic_uintptr_t mExtras; // should be atomic<Extras *>

Completed in 46 milliseconds