Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_ibinder.cpp360 void* EmptyOnCreate(void* args) { return args; } in EmptyOnCreate() function
376 EXPECT_EQ(nullptr, AIBinder_Class_define(nullptr, EmptyOnCreate, in TEST_F()
380 EXPECT_EQ(nullptr, AIBinder_Class_define(kStr, EmptyOnCreate, nullptr, in TEST_F()
382 EXPECT_EQ(nullptr, AIBinder_Class_define(kStr, EmptyOnCreate, EmptyOnDestroy, in TEST_F()