Searched refs:ctlEleList (Results 1 – 1 of 1) sorted by relevance
432 if (ctlEleList == NULL || dst == NULL) { in CodecSetCtlElemListReportInfo()437 audioCard = GetCardInstance(ctlEleList->cardServiceName); in CodecSetCtlElemListReportInfo()446 if (ctlEleList->count >= ctlEleList->space) { in CodecSetCtlElemListReportInfo()448 ctlEleList->space, ctlEleList->count); in CodecSetCtlElemListReportInfo()457 ctlEleList->count++; in CodecSetCtlElemListReportInfo()465 if (rspData == NULL || ctlEleList == NULL) { in ControlElemListRspDataSerialize()475 if (!HdfSbufWriteInt32(rspData, ctlEleList->count)) { in ControlElemListRspDataSerialize()480 if (!HdfSbufWriteInt32(rspData, ctlEleList->space)) { in ControlElemListRspDataSerialize()492 struct AudioCtlElemList ctlEleList; in ControlHostElemList() local511 ctlEleList.count = 0; in ControlHostElemList()[all …]