Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/device/moto/shamu/sepolicy/
Dfile.te1 # Default type for anything under /firmware
2 type firmware_file, fs_type, contextmount_type;
3 type fsg_file, fs_type, contextmount_type;
5 type adspd_socket, file_type;
6 type camera_socket, file_type;
7 type mpdecision_socket, file_type;
8 type qmuxd_socket, file_type;
9 type sensors_socket, file_type;
10 type thermald_socket, file_type;
12 type ims_socket, file_type;
[all …]
Ddevice.te1 type adspd_device, dev_type;
2 type diag_device, dev_type;
5 type drm_block_device, dev_type;
8 type fingerprint_device, dev_type;
10 type efs_block_device, dev_type;
11 type mdm_helper_device, dev_type;
12 type ramdump_device, dev_type;
13 type modem_hob_block_device, dev_type;
14 type cid_block_device, dev_type;
17 type rtc, dev_type;
[all …]
/device/lge/hammerhead/sepolicy/
Dfile.te1 # Default type for anything under /firmware
2 type firmware_file, fs_type, contextmount_type;
4 type qmuxd_socket, file_type;
5 type sensors_socket, file_type;
6 type camera_socket, file_type;
7 type thermald_socket, file_type;
9 type diag_logs, file_type, data_file_type;
10 type sensors_data_file, file_type, data_file_type;
11 type time_data_file, file_type, data_file_type;
12 type ramdump_data_file, file_type, data_file_type;
[all …]
Ddevice.te1 type wlan_device, dev_type;
3 type diag_device, dev_type;
4 type ramdump_device, dev_type;
6 type smd_device, dev_type;
9 type shared_log_device, dev_type;
11 type power_control_device, dev_type;
14 type rtc, dev_type;
16 type modem_block_device, dev_type;
19 type ssd_block_device, dev_type;
21 type drm_block_device, dev_type;
[all …]
/device/asus/flo/sepolicy/
Dfile.te2 type qmuxd_socket, file_type;
3 type sensors_socket, file_type;
4 type camera_socket, file_type;
6 type sensors_data_file, file_type, data_file_type;
8 type kickstart_data_file, file_type, data_file_type;
10 type mpdecision_socket, file_type;
12 # Default type for anything under /firmware
13 type radio_efs_file, fs_type, contextmount_type;
16 type persist_file, file_type;
17 type persist_bluetooth_file, file_type;
[all …]
Ddevice.te1 type wlan_device, dev_type;
3 type diag_device, dev_type;
6 type kickstart_device, dev_type;
9 type smd_device, dev_type;
12 type efs_block_device, dev_type;
13 type modem_block_device, dev_type;
16 type shared_log_device, dev_type;
18 type power_control_device, dev_type;
/device/lge/mako/sepolicy/
Dfile.te2 type qmuxd_socket, file_type;
3 type sensors_socket, file_type;
4 type camera_socket, file_type;
6 type sensors_data_file, file_type, data_file_type;
8 type kickstart_data_file, file_type, data_file_type;
10 type mpdecision_socket, file_type;
12 # Default type for anything under /firmware
13 type radio_efs_file, fs_type, contextmount_type;
16 type persist_file, file_type;
17 type persist_bluetooth_file, file_type;
[all …]
Ddevice.te1 type wlan_device, dev_type;
3 type diag_device, dev_type;
6 type kickstart_device, dev_type;
9 type smd_device, dev_type;
12 type efs_block_device, dev_type;
15 type shared_log_device, dev_type;
17 type power_control_device, dev_type;
/device/lge/mako/charger_touch/
Dcharger_touch.c49 static void write_path(int type) in write_path() argument
59 snprintf(buf, sizeof(buf), "%d", type); in write_path()
70 int type = NO_CHARGER; in handle_uevent() local
80 type = CHARGER_WIRELESS; in handle_uevent()
82 ALOGE("Type: %d", type); in handle_uevent()
83 write_path(type); in handle_uevent()
92 type = CHARGER_USB; in handle_uevent()
94 type = CHARGER_AC; in handle_uevent()
97 ALOGE("Type: %d", type); in handle_uevent()
98 write_path(type); in handle_uevent()
/device/asus/flo/charger_touch/
Dcharger_touch.c49 static void write_path(int type) in write_path() argument
59 snprintf(buf, sizeof(buf), "%d", type); in write_path()
70 int type = NO_CHARGER; in handle_uevent() local
80 type = CHARGER_WIRELESS; in handle_uevent()
82 ALOGE("Type: %d", type); in handle_uevent()
83 write_path(type); in handle_uevent()
92 type = CHARGER_USB; in handle_uevent()
94 type = CHARGER_AC; in handle_uevent()
97 ALOGE("Type: %d", type); in handle_uevent()
98 write_path(type); in handle_uevent()
/device/htc/flounder/sepolicy/
Dfile.te1 # Qualcomm Mdm9k file type
2 type qmuxd_socket, file_type;
3 type ril_db_file, file_type, data_file_type;
6 type kickstart_data_file, file_type, data_file_type;
7 type efs_data_file, file_type, data_file_type;
8 type ramdump_data_file, file_type, data_file_type;
11 type sysfs_didim, sysfs_type, fs_type;
Ddevice.te2 type kickstart_device, dev_type;
5 type efs_block_device, dev_type;
8 type gpu_freq_device, dev_type;
11 type mmc_rpmb_block_device, dev_type;
/device/samsung/manta/libsensors/iio/
Devents.h59 type, chan, chan1, chan2) \ argument
60 (((u64)type << 56) | ((u64)diff << 55) | \
67 #define IIO_EV_BIT(type, direction) \ argument
68 (1 << (type*IIO_EV_DIR_MAX + direction))
80 type, direction) \ argument
81 IIO_EVENT_CODE(chan_type, 0, modifier, direction, type, number, 0, 0)
91 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) \ argument
92 IIO_EVENT_CODE(chan_type, 0, 0, direction, type, number, 0, 0)
/device/asus/grouper/sepolicy/
Ddevice.te1 type knv_device, dev_type;
2 type nvhost_device, dev_type;
3 type elan_ip_device, dev_type;
4 type diag_device, dev_type;
5 type baseband_log_device, dev_type;
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c1164 cam_wb_mode_type type = 0; in set_whitebalance() local
1168 type = CAM_WB_MODE_AUTO; in set_whitebalance()
1172 type = CAM_WB_MODE_INCANDESCENT; in set_whitebalance()
1176 type = CAM_WB_MODE_FLUORESCENT; in set_whitebalance()
1180 type = CAM_WB_MODE_WARM_FLUORESCENT; in set_whitebalance()
1184 type = CAM_WB_MODE_DAYLIGHT; in set_whitebalance()
1188 type = CAM_WB_MODE_CLOUDY_DAYLIGHT; in set_whitebalance()
1192 type = CAM_WB_MODE_TWILIGHT; in set_whitebalance()
1196 type = CAM_WB_MODE_SHADE; in set_whitebalance()
1203 &type, in set_whitebalance()
[all …]
/device/htc/flounder/sensor_hub/libsensors/
Dsensors.cpp48 .type = SENSOR_TYPE_ACCELEROMETER,
65 .type = SENSOR_TYPE_MAGNETIC_FIELD,
82 .type = SENSOR_TYPE_GYROSCOPE,
99 .type = SENSOR_TYPE_LIGHT,
116 .type = SENSOR_TYPE_PRESSURE,
133 .type = SENSOR_TYPE_ORIENTATION,
150 .type = SENSOR_TYPE_ROTATION_VECTOR,
167 .type = SENSOR_TYPE_LINEAR_ACCELERATION,
184 .type = SENSOR_TYPE_GRAVITY,
201 .type = SENSOR_TYPE_MAGNETIC_FIELD_UNCALIBRATED,
[all …]
DCwMcuSensor.cpp108 static inline int find_type_by_name(const char *name, const char *type) { in find_type_by_name() argument
116 size_t typeLen = strlen(type); in find_type_by_name()
132 strncmp(ent->d_name, type, typeLen) == 0) { in find_type_by_name()
137 if (ent->d_name[strlen(type) + numstrlen] != ':') { in find_type_by_name()
146 iio_dir, type, number); in find_type_by_name()
279 mPendingEvents[CW_ACCELERATION].type = SENSOR_TYPE_ACCELEROMETER; in CwMcuSensor()
284 mPendingEvents[CW_MAGNETIC].type = SENSOR_TYPE_MAGNETIC_FIELD; in CwMcuSensor()
288 mPendingEvents[CW_GYRO].type = SENSOR_TYPE_GYROSCOPE; in CwMcuSensor()
293 mPendingEvents[CW_LIGHT].type = SENSOR_TYPE_LIGHT; in CwMcuSensor()
298 mPendingEvents[CW_PRESSURE].type = SENSOR_TYPE_PRESSURE; in CwMcuSensor()
[all …]
/device/lge/hammerhead/libsensors/
DProximitySensor.cpp39 mPendingEvent.type = SENSOR_TYPE_PROXIMITY; in ProximitySensor()
118 int type = event->type; in readEvents() local
119 if (type == EV_ABS) { in readEvents()
122 mPendingEvent.type = SENSOR_TYPE_PROXIMITY; in readEvents()
125 } else if (type == EV_SYN) { in readEvents()
135 type, event->code); in readEvents()
DLightSensor.cpp39 mPendingEvent.type = SENSOR_TYPE_LIGHT; in LightSensor()
137 int type = event->type; in readEvents() local
138 if (type == EV_ABS) { in readEvents()
141 mPendingEvent.type = SENSOR_TYPE_LIGHT; in readEvents()
144 } else if (type == EV_SYN) { in readEvents()
154 type, event->code); in readEvents()
/device/lge/hammerhead/camera/hdr/include/
Dmorpho_api.h18 #define MORPHO_API(type) __declspec(dllexport) extern type argument
20 #define MORPHO_API(type) extern type argument
/device/lge/mako/camera/hdr/include/
Dmorpho_api.h18 #define MORPHO_API(type) __declspec(dllexport) extern type argument
20 #define MORPHO_API(type) extern type argument
/device/asus/flo/camera/hdr/include/
Dmorpho_api.h18 #define MORPHO_API(type) __declspec(dllexport) extern type argument
20 #define MORPHO_API(type) extern type argument
/device/asus/fugu/sepolicy/
Dfile.te1 type bluetooth_control, dev_type;
3 type sysfs_thermal_writable, fs_type, sysfs_type;
5 type atvr_device, dev_type;
7 type sysfs_coretemp, fs_type, sysfs_type;
/device/generic/goldfish/opengl/system/GLESv1_enc/
DGLEncoder.cpp266 void GLEncoder::s_glVertexPointer(void *self, int size, GLenum type, GLsizei stride, const void *da… in s_glVertexPointer() argument
270 ctx->m_state->setState(GLClientState::VERTEX_LOCATION, size, type, false, stride, data); in s_glVertexPointer()
273 void GLEncoder::s_glNormalPointer(void *self, GLenum type, GLsizei stride, const void *data) in s_glNormalPointer() argument
277 ctx->m_state->setState(GLClientState::NORMAL_LOCATION, 3, type, false, stride, data); in s_glNormalPointer()
280 void GLEncoder::s_glColorPointer(void *self, int size, GLenum type, GLsizei stride, const void *dat… in s_glColorPointer() argument
284 ctx->m_state->setState(GLClientState::COLOR_LOCATION, size, type, false, stride, data); in s_glColorPointer()
287 void GLEncoder::s_glPointSizePointerOES(void *self, GLenum type, GLsizei stride, const void *data) in s_glPointSizePointerOES() argument
291 ctx->m_state->setState(GLClientState::POINTSIZE_LOCATION, 1, type, false, stride, data); in s_glPointSizePointerOES()
301 void GLEncoder::s_glTexCoordPointer(void *self, int size, GLenum type, GLsizei stride, const void *… in s_glTexCoordPointer() argument
306 ctx->m_state->setState(loc, size, type, false, stride, data); in s_glTexCoordPointer()
[all …]
/device/samsung/manta/libsensors/
DSensorBase.cpp107 int SensorBase::findTypeByName(const char *name, const char *type) in findTypeByName() argument
127 strlen(ent->d_name) > strlen(type) && in findTypeByName()
128 strncmp(ent->d_name, type, strlen(type)) == 0) { in findTypeByName()
129 if (sscanf(ent->d_name + strlen(type), "%d", &iio_id) != 1) in findTypeByName()
132 sprintf(filename, "%s%s%d/name", iio_dir, type, iio_id); in findTypeByName()

12345678910>>...15