Searched defs:proc (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware_legacy/wifi/
H A Dwifi.c100 static const char MODULE_FILE[] = "/proc/modules";
178 FILE *proc; local
193 if ((proc = fopen(MODULE_FILE, "r")) == NULL) {
198 while ((fgets(line, sizeof(line), proc)) != NULL) {
200 fclose(proc);
204 fclose(proc);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h302 const hwc_procs_t* proc; member in struct:hwc_context_t
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.h355 const hwc_procs_t* proc; member in struct:hwc_context_t
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.h302 const hwc_procs_t* proc; member in struct:hwc_context_t

Completed in 166 milliseconds