Lines Matching refs:int32_t
58 void setStrictModePolicy(int32_t policy);
59 int32_t getStrictModePolicy() const;
61 void setLastTransactionBinderFlags(int32_t flags);
62 int32_t getLastTransactionBinderFlags() const;
77 status_t transact(int32_t handle,
81 void incStrongHandle(int32_t handle, BpHwBinder *proxy);
82 void decStrongHandle(int32_t handle);
83 void incWeakHandle(int32_t handle, BpHwBinder *proxy);
84 void decWeakHandle(int32_t handle);
85 status_t attemptIncStrongHandle(int32_t handle);
86 static void expungeHandle(int32_t handle, IBinder* binder);
87 status_t requestDeathNotification( int32_t handle,
89 status_t clearDeathNotification( int32_t handle,
119 status_t writeTransactionData(int32_t cmd,
121 int32_t handle,
126 status_t executeCommand(int32_t command);
150 int32_t mStrictModePolicy;
151 int32_t mLastTransactionBinderFlags;