OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TakesANullableIBinderList
(Results
1 - 3
of
3
) sorted by null
/system/tools/aidl/tests/
aidl_test_client_nullables.cpp
182
if (!s->
TakesANullableIBinderList
(list_with_nulls).isOk()) {
187
if (!s->
TakesANullableIBinderList
(list_without_nulls).isOk()) {
aidl_test_service.cpp
371
Status
TakesANullableIBinderList
(const unique_ptr<vector<sp<IBinder>>>& input) {
/system/tools/aidl/tests/android/aidl/tests/
ITestService.aidl
97
void
TakesANullableIBinderList
(in @nullable List<IBinder> input);
Completed in 183 milliseconds