Home | History | Annotate | Download | only in test

Lines Matching refs:callMe

959     ALOGI("CLIENT call callMe.");
960 // callMe is oneway, should return instantly.
963 EXPECT_OK(foo->callMe(fooCb));
965 ALOGI("CLIENT callMe returned.");
967 // Bar::callMe will invoke three methods on FooCallback; one will return