Searched defs:TakesANullableIBinder (Results 1 – 9 of 9) sorted by relevance
126 void TakesANullableIBinder(in @nullable IBinder input); in TakesANullableIBinder() method
223 fn TakesANullableIBinder(&self, _: Option<&SpIBinder>) -> binder::Result<()> { in TakesANullableIBinder() method
54 …fn TakesANullableIBinder(&self, _arg_input: Option<&binder::SpIBinder>) -> binder::public_api::Res… in TakesANullableIBinder() method191 …fn TakesANullableIBinder(&self, _arg_input: Option<&binder::SpIBinder>) -> binder::public_api::Res… in TakesANullableIBinder() method268 pub const TakesANullableIBinder: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 39; constant1043 …fn TakesANullableIBinder(&self, _arg_input: Option<&binder::SpIBinder>) -> binder::public_api::Res… in TakesANullableIBinder() method1288 …fn TakesANullableIBinder(&self, _arg_input: Option<&binder::SpIBinder>) -> binder::public_api::Res… in TakesANullableIBinder() method
345 public void TakesANullableIBinder(IBinder input) throws RemoteException { in TakesANullableIBinder() method in TestServiceServer
1602 ::android::binder::Status BpTestService::TakesANullableIBinder(const ::android::sp<::android::IBind… in TakesANullableIBinder() function in android::aidl::tests::BpTestService
2671 ::ndk::ScopedAStatus BpTestService::TakesANullableIBinder(const ::ndk::SpAIBinder& in_input) { in TakesANullableIBinder() function in aidl::android::aidl::tests::BpTestService3411 ::ndk::ScopedAStatus ITestServiceDefault::TakesANullableIBinder(const ::ndk::SpAIBinder& /*in_input… in TakesANullableIBinder() function in aidl::android::aidl::tests::ITestServiceDefault
183 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Default1971 …@Override public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteExce… in TakesANullableIBinder() method in ITestService.Stub.Proxy2477 public void TakesANullableIBinder(android.os.IBinder input) throws android.os.RemoteException; in TakesANullableIBinder() method
286 …::android::binder::Status TakesANullableIBinder(const ::android::sp<::android::IBinder>&) override… in TakesANullableIBinder() function
505 Status TakesANullableIBinder(const sp<IBinder>& input) { in TakesANullableIBinder() function in __anonee08dd980111::NativeService