Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_req.cpp1381 u8* tempBuf = (u8*)malloc(tlv_len); in putNanBeaconSdfPayload() local
1382 if (tempBuf == NULL) { in putNanBeaconSdfPayload()
1388 memset(tempBuf, 0, tlv_len); in putNanBeaconSdfPayload()
1389 memcpy(tempBuf, &temp, sizeof(u32)); in putNanBeaconSdfPayload()
1390 memcpy((tempBuf + sizeof(u32)), pReq->vsa.vsa, pReq->vsa.vsa_len); in putNanBeaconSdfPayload()
1396 (const u8*)tempBuf, tlvs); in putNanBeaconSdfPayload()
1397 free(tempBuf); in putNanBeaconSdfPayload()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp772 OMX_U8* tempBuf = (OMX_U8*)roi.info.pRoiMBInfo; in handle_input_extradata() local
787 clientROI = *tempBuf++; in handle_input_extradata()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp840 OMX_U8* tempBuf = (OMX_U8*)roi.info.pRoiMBInfo; in handle_input_extradata() local
855 clientROI = *tempBuf++; in handle_input_extradata()