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.cpp1093 FILE *soc_file = NULL; local
1205 soc_file= fopen("/sys/devices/soc0/soc_id", "r");
1206 if (soc_file) {
1207 fread(buffer, 1, 4, soc_file);
1208 fclose(soc_file);
1210 soc_file = fopen("/sys/devices/soc0/revision", "r");
1211 if (soc_file) {
1212 fread(buffer, 1, 4, soc_file);
1213 fclose(soc_file);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1171 FILE *soc_file = NULL; local
1289 soc_file= fopen("/sys/devices/soc0/soc_id", "r");
1290 if (soc_file) {
1291 fread(buffer, 1, 4, soc_file);
1292 fclose(soc_file);
1294 soc_file = fopen("/sys/devices/soc0/revision", "r");
1295 if (soc_file) {
1296 fread(buffer, 1, 4, soc_file);
1297 fclose(soc_file);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp2032 FILE *soc_file = NULL; local
2047 soc_file = fopen("/sys/devices/soc0/soc_id", "r");
2048 if (soc_file) {
2049 fread(buffer, 1, 4, soc_file);
2050 fclose(soc_file);
2052 soc_file = fopen("/sys/devices/soc0/revision", "r");
2053 if (soc_file) {
2054 fread(buffer, 1, 4, soc_file);
2055 fclose(soc_file);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp2165 FILE *soc_file = NULL; local
2180 soc_file = fopen("/sys/devices/soc0/soc_id", "r");
2181 if (soc_file) {
2182 fread(buffer, 1, 4, soc_file);
2183 fclose(soc_file);
2185 soc_file = fopen("/sys/devices/soc0/revision", "r");
2186 if (soc_file) {
2187 fread(buffer, 1, 4, soc_file);
2188 fclose(soc_file);

Completed in 236 milliseconds