Home
last modified time | relevance | path

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

/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_pnp_uevent.c558 static bool AudioPnpUeventParse(const char *msg, const ssize_t strLength) in AudioPnpUeventParse() argument
566 if (strLength > UEVENT_MSG_LEN + 1) { in AudioPnpUeventParse()
570 for (const char *msgTmp = msg; msgTmp < (msg + strLength);) { in AudioPnpUeventParse()