Searched refs:type (Results 1 - 25 of 260) sorted by relevance

1234567891011

/hardware/qcom/camera/hdr/include/
H A Dmorpho_api.h18 #define MORPHO_API(type) __declspec(dllexport) extern type
20 #define MORPHO_API(type) extern type
/hardware/samsung_slsi/exynos5/libmemtrack/
H A Dmemtrack_exynos5.h20 int mali_memtrack_get_memory(pid_t pid, int type,
H A Dmemtrack_exynos5.c30 int type,
34 if (type == MEMTRACK_TYPE_GL) {
35 return mali_memtrack_get_memory(pid, type, records, num_records);
28 exynos5_memtrack_get_memory(const struct memtrack_module *module, pid_t pid, int type, struct memtrack_record *records, size_t *num_records) argument
/hardware/qcom/display/msm8960/libmemtrack/
H A Dmemtrack_msm.c30 int type,
34 if (type == MEMTRACK_TYPE_GL || type == MEMTRACK_TYPE_GRAPHICS) {
35 return kgsl_memtrack_get_memory(pid, type, records, num_records);
28 msm_memtrack_get_memory(const struct memtrack_module *module, pid_t pid, int type, struct memtrack_record *records, size_t *num_records) argument
H A Dmemtrack_msm.h20 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type,
H A Dkgsl.c43 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type, argument
73 if (type == MEMTRACK_TYPE_GL) {
93 * gpuaddr useraddr size id flags type usage sglen
102 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) {
137 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
/hardware/qcom/display/msm8974/libmemtrack/
H A Dmemtrack_msm.c30 int type,
34 if (type == MEMTRACK_TYPE_GL || type == MEMTRACK_TYPE_GRAPHICS) {
35 return kgsl_memtrack_get_memory(pid, type, records, num_records);
28 msm_memtrack_get_memory(const struct memtrack_module *module, pid_t pid, int type, struct memtrack_record *records, size_t *num_records) argument
H A Dmemtrack_msm.h20 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type,
H A Dkgsl.c43 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type, argument
73 if (type == MEMTRACK_TYPE_GL) {
93 * gpuaddr useraddr size id flags type usage sglen
102 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) {
137 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
/hardware/invensense/60xx/libsensors_iio/software/core/mpl/
H A Dquat_accuracy_monitor.h37 void set_accuracy_threshold(enum accuracy_signal_type_e type, double threshold);
38 double get_accuracy_threshold(enum accuracy_signal_type_e type);
39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
40 int get_accuracy_weight(enum accuracy_signal_type_e type);
42 int8_t get_accuracy_accuracy(enum accuracy_signal_type_e type);
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/
H A Dquat_accuracy_monitor.h37 void set_accuracy_threshold(enum accuracy_signal_type_e type, double threshold);
38 double get_accuracy_threshold(enum accuracy_signal_type_e type);
39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
40 int get_accuracy_weight(enum accuracy_signal_type_e type);
42 int8_t get_accuracy_accuracy(enum accuracy_signal_type_e type);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.h22 int find_type_by_name(const char *name, const char *type);
23 int find_name_by_sensor_type(const char *sensor_type, const char *type, char *sensor_name);
H A Dml_sysfs_helper.c52 * @name: top level type instance name
53 * @type: the type of top level instance being sort
57 int find_type_by_name(const char *name, const char *type) argument
76 strlen(ent->d_name) > strlen(type) &&
77 strncmp(ent->d_name, type, strlen(type)) == 0) {
78 numstrlen = sscanf(ent->d_name + strlen(type),
82 if (strncmp(ent->d_name + strlen(type) + numstrlen,
86 + strlen(type)
302 find_name_by_sensor_type(const char *sensor_type, const char *type, char *sensor_name) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dbt_sock.h47 bt_status_t (*listen)(btsock_type_t type, const char* service_name, const uint8_t* service_uuid, int channel, int* sock_fd, int flags);
52 bt_status_t (*connect)(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t* uuid, int channel, int* sock_fd, int flags);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.3.h40 uint16 type; /* ethertype */ member in struct:dot3_mac_llc_snap_header
/hardware/qcom/bt/libbt-vendor/include/
H A Duserial_vendor.h45 /*transport type can be SMD/UART*/
46 bt_hci_transport_enum_type type; member in struct:__anon378
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_list.h38 #define member_of(ptr, type, member) ({ \
39 const typeof(((type *)0)->member) *__mptr = (ptr); \
40 (type *)((char *)__mptr - offsetof(type,member));})
/hardware/libhardware/tests/camera2/
H A DCameraMetadataTests.cpp70 return entry.type;
119 dont worry about the type as its enforced by the metadata api
125 EXPECT_EQ(TYPE_BYTE, entry.type);
126 EXPECT_EQ(TYPE_INT32, entry.type);
127 EXPECT_EQ(TYPE_FLOAT, entry.type);
128 EXPECT_EQ(TYPE_INT64, entry.type);
129 EXPECT_EQ(TYPE_DOUBLE, entry.type);
130 EXPECT_EQ(TYPE_RATIONAL, entry.type);
/hardware/samsung_slsi/exynos5/libexynosutils/
H A DExynosMutex.cpp58 bool ExynosMutex::create(int type, char* name) argument
69 switch (type) {
77 ALOGE("%s::unmatched type(%d) fail", __func__, type);
87 m_type = type;
185 int type,
190 if (mutex->create(type, name) == false) {
184 exynos_mutex_create( int type, char *name) argument
H A DExynosMutex.h56 bool create(int type, char* name);
73 //! Get Mutex type
114 int type,
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c226 int type = PLAYBACK_DBG_TYPE_G_ORIENT; local
227 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
243 int type = PLAYBACK_DBG_TYPE_G_SAMPLE_RATE; local
244 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
262 int type = PLAYBACK_DBG_TYPE_A_SAMPLE_RATE; local
263 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
281 int type local
315 int type = PLAYBACK_DBG_TYPE_Q_SAMPLE_RATE; local
417 int type = PLAYBACK_DBG_TYPE_A_ORIENT; local
440 int type = PLAYBACK_DBG_TYPE_C_ORIENT; local
727 int type = PLAYBACK_DBG_TYPE_ACCEL; local
766 int type = PLAYBACK_DBG_TYPE_GYRO; local
798 int type = PLAYBACK_DBG_TYPE_COMPASS; local
839 int type = PLAYBACK_DBG_TYPE_TEMPERATURE; local
867 int type = PLAYBACK_DBG_TYPE_QUAT; local
907 int type = PLAYBACK_DBG_TYPE_COMPASS_OFF; local
921 int type = PLAYBACK_DBG_TYPE_COMPASS_OFF; local
935 int type = PLAYBACK_DBG_TYPE_QUAT_OFF; local
949 int type = PLAYBACK_DBG_TYPE_GYRO_OFF; local
1066 int type = PLAYBACK_DBG_TYPE_EXECUTE; local
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A DMetadataConverter.h53 status_t CheckEntryTypeMismatch(camera_metadata_entry_t * entry, uint8_t type);
54 status_t CheckEntryTypeMismatch(camera_metadata_entry_t * entry, uint8_t type, size_t count);
/hardware/ti/omap3/dspbridge/inc/
H A Dmemry.h72 * type: Type of memory to allocate; one of:
82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type);
107 * type: Type of memory to allocate; one of:
117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type);
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dmemry.h72 * type: Type of memory to allocate; one of:
82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type);
107 * type: Type of memory to allocate; one of:
117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type);
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.h22 int find_type_by_name(const char *name, const char *type);

Completed in 614 milliseconds

1234567891011