HomeSort by relevance Sort by last modified time
    Searched defs:vhdr (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/radius/
radius.c 925 struct radius_attr_vendor *vhdr; local
944 while (left >= sizeof(*vhdr)) {
945 vhdr = (struct radius_attr_vendor *) pos;
946 if (vhdr->vendor_length > left ||
947 vhdr->vendor_length < sizeof(*vhdr)) {
950 if (vhdr->vendor_type != subtype) {
951 pos += vhdr->vendor_length;
952 left -= vhdr->vendor_length;
956 len = vhdr->vendor_length - sizeof(*vhdr)
1183 struct radius_attr_vendor *vhdr; local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3HWI.cpp 3689 cam_video_hdr_mode_t vhdr = (cam_video_hdr_mode_t) local
9802 cam_video_hdr_mode_t vhdr = (cam_video_hdr_mode_t) local
    [all...]

Completed in 274 milliseconds