Searched defs:id (Results 1 - 25 of 113) sorted by relevance

12345

/hardware/libhardware/include/hardware/
H A Dbt_gatt_types.h32 /** GATT ID adding instance id tracking to the UUID */
42 btgatt_gatt_id_t id; member in struct:__anon206
H A Dhardware.h133 const char *id; member in struct:hw_module_t
154 int (*open)(const struct hw_module_t* module, const char* id,
207 * Get the module info associated with a module by id.
211 int hw_get_module(const char *id, const struct hw_module_t **module);
/hardware/libhardware/modules/camera/
H A DStream.cpp34 Stream::Stream(int id, camera3_stream_t *s) argument
36 mId(id),
103 bool Stream::isValidReuseStream(int id, camera3_stream_t *s) argument
105 if (id != mId) {
106 ALOGE("%s:%d: Invalid camera id for reuse. Got %d expect %d",
107 __func__, mId, id, mId);
H A DCameraHAL.cpp71 int CameraHAL::getCameraInfo(int id, struct camera_info* info) argument
73 ALOGV("%s: camera id %d: info=%p", __func__, id, info);
74 if (id < 0 || id >= mNumberOfCameras) {
75 ALOGE("%s: Invalid camera id %d", __func__, id);
79 return mCameras[id]->getInfo(info);
91 int id; local
96 ALOGE("%s: Invalid camera id nam
117 get_camera_info(int id, struct camera_info* info) argument
[all...]
/hardware/libhardware_legacy/power/
H A Dpower.c94 acquire_wake_lock(int lock, const char* id) argument
98 // ALOGI("acquire_wake_lock lock=%d id='%s'\n", lock, id);
111 return write(fd, id, strlen(id));
115 release_wake_lock(const char* id) argument
119 // ALOGI("release_wake_lock id='%s'\n", id);
123 ssize_t len = write(g_fds[RELEASE_WAKE_LOCK], id, strlen(id));
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2Factory.cpp189 const struct hw_module_t *module, const char *id,
197 if (!id) {
198 ALOGE("Invalid camera id");
201 return gQCamera2Factory.cameraDeviceOpen(atoi(id), hw_device);
188 camera_device_open( const struct hw_module_t *module, const char *id, struct hw_device_t **hw_device) argument
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Factory.cpp204 const struct hw_module_t *module, const char *id,
212 if (!id) {
213 ALOGE("Invalid camera id");
216 return gQCamera3Factory.cameraDeviceOpen(atoi(id), hw_device);
203 camera_device_open( const struct hw_module_t *module, const char *id, struct hw_device_t **hw_device) argument
/hardware/samsung_slsi/exynos5/libsecurepath/
H A Dtlwvdrm_api.h51 uint32_t id; member in struct:__anon1559
58 uint32_t id; member in struct:__anon1560
/hardware/ti/omap4xxx/libtiutils/
H A DMessageQueue.h60 int64_t id; member in struct:TIUTILS::Message
/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp78 int id = handle2id(handle); local
82 switch (id) {
100 if (mEnabled[id] <= 0) {
102 } else if (mEnabled[id] == 1) {
123 (mEnabled[id])++;
124 if (mEnabled[id] > 32767) mEnabled[id] = 32767;
126 (mEnabled[id])--;
127 if (mEnabled[id] < 0) mEnabled[id]
136 int id = handle2id(handle); local
176 int id = handle2id(handle); local
186 int id = handle2id(handle); local
[all...]
H A Dsensors.cpp97 static int open_sensors(const struct hw_module_t* module, const char* id,
116 id: SENSORS_HARDWARE_MODULE_ID,
353 static int open_sensors(const struct hw_module_t* module, const char* id, argument
/hardware/libhardware/
H A Dhardware.c61 static int load(const char *id, argument
91 /* Check that the id matches */
92 if (strcmp(id, hmi->id) != 0) {
93 ALOGE("load: id=%s != hmi->id=%s", id, hmi->id);
111 ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
112 id, pat
176 hw_get_module(const char *id, const struct hw_module_t **module) argument
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/src/
H A Dsrp_api.c132 int SRP_SetParams(int id, unsigned long val) argument
140 int SRP_GetParams(int id, unsigned long *pval) argument
143 return ioctl(srp_dev, id, pval);
/hardware/broadcom/libbt/src/
H A Dupio.c149 int fd, sz, id; local
154 for (id = 0; ; id++)
156 snprintf(path, sizeof(path), "/sys/class/rfkill/rfkill%d/type", id);
170 rfkill_id = id;
/hardware/invensense/60xx/libsensors_iio/
H A Dsensors_mpl.cpp55 static int open_sensors(const struct hw_module_t* module, const char* id,
74 id: SENSORS_HARDWARE_MODULE_ID,
239 static int open_sensors(const struct hw_module_t* module, const char* id, argument
/hardware/invensense/65xx/libsensors_iio/
H A Dsensors_mpl.cpp56 static int open_sensors(const struct hw_module_t* module, const char* id,
75 id: SENSORS_HARDWARE_MODULE_ID,
367 static int open_sensors(const struct hw_module_t* module, const char* id, argument
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayCtrlData.h73 /* ctrl id */
105 /* set overlay pipe id in the mdp struct */
106 void setPipeId(int id);
107 /* get overlay id in the mdp struct */
233 inline void Data::setPipeId(int id) { mMdp.setPipeId(id); } argument
H A DoverlayMdp.h46 /* reset and set ov id to -1 / MSMFB_NEW_REQUEST */
74 /* returns session id */
179 /* set id of mdp data */
180 void setPipeId(int id);
181 /* return ses id of data */
219 return mOVInfo.id;
282 if(static_cast<ssize_t>(mOVInfo.id) == MSMFB_NEW_REQUEST) {
283 ALOGE("MdpCtrl current ov has id -1, will not save");
290 if(static_cast<ssize_t>(mLkgo.id) == MSMFB_NEW_REQUEST) {
291 ALOGE("MdpCtrl Lkgo ov has id
414 setPipeId(int id) argument
[all...]
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayCtrlData.h73 /* ctrl id */
106 /* set overlay pipe id in the mdp struct */
107 void setPipeId(int id);
108 /* get overlay id in the mdp struct */
238 inline void Data::setPipeId(int id) { mMdp.setPipeId(id); } argument
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayCtrlData.h73 /* ctrl id */
105 /* set overlay pipe id in the mdp struct */
106 void setPipeId(int id);
107 /* get overlay id in the mdp struct */
233 inline void Data::setPipeId(int id) { mMdp.setPipeId(id); } argument
H A DoverlayMdp.h46 /* reset and set ov id to -1 / MSMFB_NEW_REQUEST */
74 /* returns session id */
179 /* set id of mdp data */
180 void setPipeId(int id);
181 /* return ses id of data */
219 return mOVInfo.id;
282 if(static_cast<ssize_t>(mOVInfo.id) == MSMFB_NEW_REQUEST) {
283 ALOGE("MdpCtrl current ov has id -1, will not save");
290 if(static_cast<ssize_t>(mLkgo.id) == MSMFB_NEW_REQUEST) {
291 ALOGE("MdpCtrl Lkgo ov has id
414 setPipeId(int id) argument
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_ETC.c178 void Exynos_OSAL_PerfInit(PERF_ID_TYPE id) argument
180 memset(&perfStart[id], 0, sizeof(perfStart[id]));
181 memset(&perfStop[id], 0, sizeof(perfStop[id]));
182 perfTime[id] = 0;
183 totalPerfTime[id] = 0;
184 perfFrameCount[id] = 0;
185 perfOver30ms[id] = 0;
188 void Exynos_OSAL_PerfStart(PERF_ID_TYPE id) argument
193 Exynos_OSAL_PerfStop(PERF_ID_TYPE id) argument
205 Exynos_OSAL_PerfFrame(PERF_ID_TYPE id) argument
210 Exynos_OSAL_PerfTotal(PERF_ID_TYPE id) argument
215 Exynos_OSAL_PerfFrameCount(PERF_ID_TYPE id) argument
220 Exynos_OSAL_PerfOver30ms(PERF_ID_TYPE id) argument
225 Exynos_OSAL_PerfPrint(OMX_STRING prefix, PERF_ID_TYPE id) argument
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Dmedia.h57 __u32 id; member in struct:media_entity_desc
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_mc.c102 __u32 id; local
105 for (id = 1; id <= media->entities_count; id++) {
106 struct media_entity *entity = &media->entities[id - 1];
110 links.entity = entity->info.id;
138 id, i, link->source.entity,
219 __u32 id; local
223 for (id = 0, ret = 0; ; id
427 exynos_media_get_entity_by_id(struct media_device *media, __u32 id) argument
[all...]
H A Dexynos_v4l2.c703 int exynos_v4l2_g_ctrl(int fd, unsigned int id, int *value) argument
710 ctrl.id = id;
730 int exynos_v4l2_s_ctrl(int fd, unsigned int id, int value) argument
737 ctrl.id = id;

Completed in 1052 milliseconds

12345