23 #include <com/avpkit/ferry/RefCounted.h>
25 namespace com {
namespace avpkit {
namespace ferry {
43 static Mutex * make();
52 volatile int64_t mSpinCount;
55 static void initJavaBindings(JavaVM* vm,
void* closure);
56 static bool mInitialized;
58 static jmethodID mConstructorMethod;
Parent of all Ferry objects – it mains reference counts in native code.
WARNING: Do not use logging in this class, and do not set any static file variables to values other t...