Loading tests/bar/1.0/default/Bar.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ Return<void> Bar::thisIsNew() { } Return<void> Bar::expectNullHandle(const native_handle_t* h, const Abc& xyz, expectNullHandle_cb _hidl_cb) { ALOGI("SERVER(Bar) h = %p, xyz.z = %p", h, xyz.z); ALOGI("SERVER(Bar) h = %p, xyz.z = %p", h, static_cast<void*>(xyz.z)); _hidl_cb(h == nullptr, xyz.z == nullptr); return Void(); } Loading Loading
tests/bar/1.0/default/Bar.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ Return<void> Bar::thisIsNew() { } Return<void> Bar::expectNullHandle(const native_handle_t* h, const Abc& xyz, expectNullHandle_cb _hidl_cb) { ALOGI("SERVER(Bar) h = %p, xyz.z = %p", h, xyz.z); ALOGI("SERVER(Bar) h = %p, xyz.z = %p", h, static_cast<void*>(xyz.z)); _hidl_cb(h == nullptr, xyz.z == nullptr); return Void(); } Loading