Searched defs:xyz (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/tests/bar/1.0/default/
H A DBar.cpp163 Return<void> Bar::expectNullHandle(const hidl_handle& h, const Abc& xyz, expectNullHandle_cb _hidl_cb) { argument
164 ALOGI("SERVER(Bar) h = %p, xyz.z = %p", h.getNativeHandle(), xyz.z.getNativeHandle());
165 _hidl_cb(h == nullptr, xyz.z == nullptr);

Completed in 166 milliseconds