Searched refs:listLength (Results 1 – 8 of 8) sorted by relevance
113 int32_t listLength = 0; in GetListLength() local115 listLength++; in GetListLength()119 return listLength; in GetListLength()
57 uint32_t listLength = NapiUtils::GetArrayLength(GetEnv(), params[ARG_INDEX_1]); in ParseParams() local58 for (uint32_t i = 0; i < listLength; ++i) { in ParseParams()
64 uint32_t listLength = NapiUtils::GetArrayLength(GetEnv(), exclusionValue); in ParseParams() local65 for (uint32_t i = 0; i < listLength; ++i) { in ParseParams()
1052 uint16_t listLength = be16toh(*reinterpret_cast<uint16_t *>(data + offset)); in ProcessBnepFilterNetTypeSet() local1054 ret = offset + listLength; in ProcessBnepFilterNetTypeSet()1055 if ((dataLength - offset) < listLength) { in ProcessBnepFilterNetTypeSet()1059 if ((listLength % BNEP_PROTOCOL_FILTER_RANGE_LENGTH) != 0) { in ProcessBnepFilterNetTypeSet()1063 filterNum = listLength / BNEP_PROTOCOL_FILTER_RANGE_LENGTH; in ProcessBnepFilterNetTypeSet()1114 uint16_t listLength = be16toh(*reinterpret_cast<uint16_t *>(data + offset)); in ProcessBnepFilterMultiAddrSet() local1116 ret = offset + listLength; in ProcessBnepFilterMultiAddrSet()1117 if ((dataLength - offset) < listLength) { in ProcessBnepFilterMultiAddrSet()1121 filterNum = listLength / BNEP_MULTYCAST_FILTER_RANGE_LENGTH; in ProcessBnepFilterMultiAddrSet()1122 if ((listLength % BNEP_MULTYCAST_FILTER_RANGE_LENGTH) != 0) { in ProcessBnepFilterMultiAddrSet()
304 int32_t FastRenderGetExtraParams(AudioHandle handle, char *keyValueList, int32_t listLength) in FastRenderGetExtraParams() argument309 (void)listLength; in FastRenderGetExtraParams()
52 int32_t FastRenderGetExtraParams(AudioHandle handle, char *keyValueList, int32_t listLength);
239 uint32_t listLength = NapiUtils::GetArrayLength(GetEnv(), exclusionListValue); in ParseProxy() local240 for (uint32_t index = 0; index < listLength; ++index) { in ParseProxy()
343 uint32_t listLength = NapiUtils::GetArrayLength(GetEnv(), exclusionListValue); in ParseUsingHttpProxy() local344 for (uint32_t index = 0; index < listLength; ++index) { in ParseUsingHttpProxy()