Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DSubscriptionManager_test.cpp47 sp<IVehicleCallback> cb3 = new MockedVehicleCallback(); member in android::hardware::automotive::vehicle::V2_0::__anonb5671a3f0111::SubscriptionManagerTest
161 manager.addOrUpdateSubscription(3, cb3, subscrToProp1and2, &updatedOptions)); in TEST_F()
163 ASSERT_ALL_EXISTS({ cb1, cb3 }, extractCallbacks(clientsToProp1())); in TEST_F()
164 ASSERT_ALL_EXISTS({cb2, cb3}, extractCallbacks(clientsToProp2())); in TEST_F()
168 ASSERT_ALL_EXISTS({cb3}, extractCallbacks(clientsToProp1())); in TEST_F()
171 ASSERT_ALL_EXISTS({cb2, cb3}, extractCallbacks(clientsToProp2())); in TEST_F()
176 ASSERT_ALL_EXISTS({cb2, cb3}, extractCallbacks(clientsToProp2())); in TEST_F()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_debug_report.adoc55 VkDebugReportCallbackEXT cb1, cb2, cb3;
83 res = vkCreateDebugReportCallbackEXT(instance, &callback3, &cb3);
92 vkDestroyDebugReportCallbackEXT(instance, cb3);
DVK_EXT_debug_utils.adoc99 VkDebugUtilsMessengerEXT cb1, cb2, cb3;
139 res = pfnCreateDebugUtilsMessengerEXT(instance, &callback3, NULL, &cb3);
149 pfnDestroyDebugUtilsMessengerEXT(instance, cb3, NULL);
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp846 uint32_t cb3 = in TEST_F() local
848 EXPECT_EQ(0, mFb->openColorBuffer(cb3)); in TEST_F()
850 …mFb->updateColorBuffer(cb3, 0, 0, mWidth/4, mHeight/4, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate3.data(… in TEST_F()
855 {cb3, -1, -1, (uint32_t)mWidth/4, (uint32_t)mHeight/4, 240}}; in TEST_F()
874 mFb->closeColorBuffer(cb3); in TEST_F()