Lines Matching refs:int32_t
56 void setStrictModePolicy(int32_t policy);
57 int32_t getStrictModePolicy() const;
59 void setLastTransactionBinderFlags(int32_t flags);
60 int32_t getLastTransactionBinderFlags() const;
75 status_t transact(int32_t handle,
79 void incStrongHandle(int32_t handle, BpHwBinder *proxy);
80 void decStrongHandle(int32_t handle);
81 void incWeakHandle(int32_t handle, BpHwBinder *proxy);
82 void decWeakHandle(int32_t handle);
83 status_t attemptIncStrongHandle(int32_t handle);
84 static void expungeHandle(int32_t handle, IBinder* binder);
85 status_t requestDeathNotification( int32_t handle,
87 status_t clearDeathNotification( int32_t handle,
145 status_t writeTransactionData(int32_t cmd,
147 int32_t handle,
152 status_t executeCommand(int32_t command);
175 int32_t mStrictModePolicy;
176 int32_t mLastTransactionBinderFlags;