Searched refs:nextId (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwcomposer.cpp | 52 hwc2_display_t nextId = 1; variable 187 hwc2_display_t id = nextId++; in Hwc2ImplCreateVirtualDisplay()
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 180 static int nextId = 0; in GenerateUniqueDeviceAddress() local 189 address = AudioDeviceAddress::make<Tag::id>(std::to_string(++nextId)); in GenerateUniqueDeviceAddress() 193 std::vector<uint8_t>{1, 2, 3, 4, 5, static_cast<uint8_t>(++nextId & 0xff)}); in GenerateUniqueDeviceAddress() 197 std::vector<uint8_t>{192, 168, 0, static_cast<uint8_t>(++nextId & 0xff)}); in GenerateUniqueDeviceAddress() 201 0xfc00, 0x0123, 0x4567, 0x89ab, 0xcdef, 0, 0, ++nextId & 0xffff}); in GenerateUniqueDeviceAddress() 204 address = AudioDeviceAddress::make<Tag::alsa>(std::vector<int32_t>{1, ++nextId}); in GenerateUniqueDeviceAddress()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 2718 int nextId = genSemaphoreId(); in on_vkGetSemaphoreFdKHR() local 2719 mExternalSemaphoresById[nextId] = pGetFdInfo->semaphore; in on_vkGetSemaphoreFdKHR() 2720 *pFd = nextId; in on_vkGetSemaphoreFdKHR()
|