Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DSubscriptionManager_test.cpp45 sp<IVehicleCallback> cb1 = new MockedVehicleCallback(); member in android::hardware::automotive::vehicle::V2_0::__anon693ee3530111::SubscriptionManagerTest
106 manager.addOrUpdateSubscription(1, cb1, subscrToProp1, &updatedOptions)); in TEST_F()
112 ASSERT_ALL_EXISTS({cb1, cb2}, extractCallbacks(clients)); in TEST_F()
118 manager.addOrUpdateSubscription(1, cb1, subscrToProp1, &updatedOptions)); in TEST_F()
132 ASSERT_EQ(StatusCode::OK, manager.addOrUpdateSubscription(1, cb1, subscrToProp1, in TEST_F()
137 ASSERT_EQ(cb1, clients.front()->getCallback()); in TEST_F()
144 1, cb1, {SubscribeOptions{.propId = PROP1, .flags = SubscribeFlags::EVENTS_FROM_CAR}}, in TEST_F()
148 ASSERT_ALL_EXISTS({cb1}, extractCallbacks(clients)); in TEST_F()
151 ASSERT_ALL_EXISTS({cb1}, extractCallbacks(clients)); in TEST_F()
157 manager.addOrUpdateSubscription(1, cb1, subscrToProp1, &updatedOptions)); in TEST_F()
[all …]
/hardware/interfaces/bluetooth/async/test/
Dasync_fd_watcher_unittest.cc294 testing::MockFunction<void(int)> cb1; in TEST_F() local
298 watcher.WatchFdForNonBlockingReads(sockfd1[0], cb1.AsStdFunction()); in TEST_F()
302 EXPECT_CALL(cb1, Call(ReadAndMatchSingleChar('1'))); in TEST_F()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_debug_report.adoc55 VkDebugReportCallbackEXT cb1, cb2, cb3;
65 res = vkCreateDebugReportCallbackEXT(instance, &callback1, &cb1);
90 vkDestroyDebugReportCallbackEXT(instance, cb1);
DVK_EXT_debug_utils.adoc99 VkDebugUtilsMessengerEXT cb1, cb2, cb3;
116 res = pfnCreateDebugUtilsMessengerEXT(instance, &callback1, NULL, &cb1);
147 pfnDestroyDebugUtilsMessengerEXT(instance, cb1, NULL);
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp834 uint32_t cb1 = in TEST_F() local
836 EXPECT_EQ(0, mFb->openColorBuffer(cb1)); in TEST_F()
838 …mFb->updateColorBuffer(cb1, 0, 0, mWidth/2, mHeight/2, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate1.data(… in TEST_F()
853 {{cb1, -1, -1, (uint32_t)mWidth/2, (uint32_t)mHeight/2, 240}, in TEST_F()
872 mFb->closeColorBuffer(cb1); in TEST_F()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h3667 __m128i cb1 = _mm_mulhi_epi16(cbw, cb_const1); in stbi__YCbCr_to_RGB_simd() local
3671 __m128i bws = _mm_add_epi16(yws, cb1); in stbi__YCbCr_to_RGB_simd()
3724 int16x8_t cb1 = vqdmulhq_s16(cbw, cb_const1); in stbi__YCbCr_to_RGB_simd() local
3727 int16x8_t bws = vaddq_s16(yws, cb1); in stbi__YCbCr_to_RGB_simd()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image.h3660 __m128i cb1 = _mm_mulhi_epi16(cbw, cb_const1); in stbi__YCbCr_to_RGB_simd() local
3664 __m128i bws = _mm_add_epi16(yws, cb1); in stbi__YCbCr_to_RGB_simd()
3717 int16x8_t cb1 = vqdmulhq_s16(cbw, cb_const1); in stbi__YCbCr_to_RGB_simd() local
3720 int16x8_t bws = vaddq_s16(yws, cb1); in stbi__YCbCr_to_RGB_simd()