Searched refs:soc_file (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1098 FILE *soc_file = NULL; local
1210 soc_file= fopen("/sys/devices/soc0/soc_id", "r");
1211 if (soc_file) {
1212 fread(buffer, 1, 4, soc_file);
1213 fclose(soc_file);
1215 soc_file = fopen("/sys/devices/soc0/revision", "r");
1216 if (soc_file) {
1217 fread(buffer, 1, 4, soc_file);
1218 fclose(soc_file);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1278 FILE *soc_file = NULL; local
1396 soc_file= fopen("/sys/devices/soc0/soc_id", "r");
1397 if (soc_file) {
1398 fread(buffer, 1, 4, soc_file);
1399 fclose(soc_file);
1401 soc_file = fopen("/sys/devices/soc0/revision", "r");
1402 if (soc_file) {
1403 fread(buffer, 1, 4, soc_file);
1404 fclose(soc_file);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp2022 FILE *soc_file = NULL; local
2037 soc_file = fopen("/sys/devices/soc0/soc_id", "r");
2038 if (soc_file) {
2039 fread(buffer, 1, 4, soc_file);
2040 fclose(soc_file);
2042 soc_file = fopen("/sys/devices/soc0/revision", "r");
2043 if (soc_file) {
2044 fread(buffer, 1, 4, soc_file);
2045 fclose(soc_file);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp2226 FILE *soc_file = NULL; local
2241 soc_file = fopen("/sys/devices/soc0/soc_id", "r");
2242 if (soc_file) {
2243 fread(buffer, 1, 4, soc_file);
2244 fclose(soc_file);
2246 soc_file = fopen("/sys/devices/soc0/revision", "r");
2247 if (soc_file) {
2248 fread(buffer, 1, 4, soc_file);
2249 fclose(soc_file);

Completed in 370 milliseconds