Searched refs:devCount (Results 1 – 7 of 7) sorted by relevance
457 uint8_t devCount = ListGetSize(g_lePairedDevices); in BTM_GetAllRemoteIdentityResolvingKey() local458 if (devCount) { in BTM_GetAllRemoteIdentityResolvingKey()459 … BtmIdentityResolvingKey *devIrks = MEM_MALLOC.alloc(sizeof(BtmIdentityResolvingKey) * devCount); in BTM_GetAllRemoteIdentityResolvingKey()473 *count = devCount; in BTM_GetAllRemoteIdentityResolvingKey()496 uint8_t devCount = ListGetSize(g_lePairedDevices); in BTM_GetAllPairedDevices() local497 if (devCount) { in BTM_GetAllPairedDevices()498 BtmLePairedDevice *devices_ = MEM_MALLOC.alloc(sizeof(BtmLePairedDevice) * devCount); in BTM_GetAllPairedDevices()511 *count = devCount; in BTM_GetAllPairedDevices()
150 g_inputManager->devCount++; in AddInputDevice()197 g_inputManager->devCount--; in DeleteInputDevice()352 HDF_LOGI("%s: exit succ, devCount is %d", __func__, g_inputManager->devCount); in RegisterInputDevice()398 HDF_LOGI("%s: exit succ, devCount is %d", __func__, g_inputManager->devCount); in UnregisterInputDevice()408 HDF_LOGI("%s: devCount = %d", __func__, g_inputManager->devCount); in GetDeviceCount()409 return g_inputManager->devCount; in GetDeviceCount()
128 uint32_t devCount; member
25 uint16_t devCount; member
91 hostClnt->devCount = 0; in DevHostServiceClntNewInstance()
142 uint32_t devCount = 0; in GenerateReturnDeviceVec() local165 ++devCount; in GenerateReturnDeviceVec()173 *deviceNum = devCount; in GenerateReturnDeviceVec()
1console:/ # init: Service 'adbd' (pid 112) exited with status 1 2init ...