Home
last modified time | relevance | path

Searched refs:null_binder (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp139 sp<IBinder> null_binder = nullptr; in CheckAppropriateIBinderHandling() local
141 new vector<sp<IBinder>>{binder, null_binder}); in CheckAppropriateIBinderHandling()
146 if (s->TakesAnIBinder(null_binder).exceptionCode() != in CheckAppropriateIBinderHandling()
172 if (!s->TakesANullableIBinder(null_binder).isOk()) { in CheckAppropriateIBinderHandling()