Searched refs:index (Results 1 - 25 of 212) sorted by relevance

123456789

/hardware/qcom/display/msm8960/liboverlay/
H A Doverlay.h79 /* set the framebuffer index for external display */
81 /* Returns framebuffer index of the current external display */
91 /*Validate index range, abort if invalid */
92 void validate(int index);
111 static void setUse(int index);
112 static void resetUse(int index);
113 static bool isUsed(int index);
114 static bool isNotUsed(int index);
117 static void setAllocation(int index);
118 static void resetAllocation(int index);
153 validate(int index) argument
187 setUse(int index) argument
191 resetUse(int index) argument
195 isUsed(int index) argument
199 isNotUsed(int index) argument
207 setAllocation(int index) argument
211 resetAllocation(int index) argument
215 isAllocated(int index) argument
219 isNotAllocated(int index) argument
[all...]
H A Doverlay.cpp103 int index = (int)dest; local
106 mPipeBook[index].mDisplay = dpy;
107 if(not mPipeBook[index].valid()) {
108 mPipeBook[index].mPipe = new GenericPipe(dpy);
124 int index = (int)dest; local
125 validate(index);
127 if(mPipeBook[index].mPipe->commit()) {
132 int dpy = mPipeBook[index].mDisplay;
142 int index = (int)dest; local
144 validate(index);
154 int index = (int)dest; local
161 int index = (int)dest; local
168 int index = (int)dest; local
179 int index = (int)dest; local
199 int index = (int)dest; local
223 int index = 0; local
256 int index = minfo->pndx; local
[all...]
/hardware/qcom/display/msm8x26/liboverlay/
H A Doverlay.h79 /* set the framebuffer index for external display */
81 /* Returns framebuffer index of the current external display */
91 /*Validate index range, abort if invalid */
92 void validate(int index);
111 static void setUse(int index);
112 static void resetUse(int index);
113 static bool isUsed(int index);
114 static bool isNotUsed(int index);
117 static void setAllocation(int index);
118 static void resetAllocation(int index);
153 validate(int index) argument
187 setUse(int index) argument
191 resetUse(int index) argument
195 isUsed(int index) argument
199 isNotUsed(int index) argument
207 setAllocation(int index) argument
211 resetAllocation(int index) argument
215 isAllocated(int index) argument
219 isNotAllocated(int index) argument
[all...]
H A Doverlay.cpp103 int index = (int)dest; local
106 mPipeBook[index].mDisplay = dpy;
107 if(not mPipeBook[index].valid()) {
108 mPipeBook[index].mPipe = new GenericPipe(dpy);
124 int index = (int)dest; local
125 validate(index);
127 if(mPipeBook[index].mPipe->commit()) {
132 int dpy = mPipeBook[index].mDisplay;
142 int index = (int)dest; local
144 validate(index);
154 int index = (int)dest; local
161 int index = (int)dest; local
168 int index = (int)dest; local
179 int index = (int)dest; local
199 int index = (int)dest; local
223 int index = 0; local
256 int index = minfo->pndx; local
[all...]
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Mem.h47 int cleanCache(int index) {return cacheOps(index, ION_IOC_CLEAN_CACHES);} argument
48 int invalidateCache(int index) {return cacheOps(index, ION_IOC_INV_CACHES);} argument
49 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);} argument
50 int getFd(int index) const;
51 int getSize(int index) const;
54 virtual int cacheOps(int index, unsigned int cmd) = 0;
57 virtual void *getPtr(int index) cons
[all...]
H A DQCamera3Mem.cpp89 * @index : index of the buffer
97 int QCamera3Memory::cacheOpsInternal(int index, unsigned int cmd, void *vaddr) argument
103 if (index >= mBufferCount) {
104 ALOGE("%s: index %d out of bound [0, %d)", __func__, index, mBufferCount);
111 cache_inv_data.fd = mMemInfo[index].fd;
112 cache_inv_data.handle = mMemInfo[index].handle;
113 cache_inv_data.length = mMemInfo[index].size;
120 mMemInfo[index]
491 cacheOps(int index, unsigned int cmd) argument
737 markFrameNumber(int index, uint32_t frameNumber) argument
761 getFrameNumber(int index) argument
784 cacheOps(int index, unsigned int cmd) argument
824 int index = -1; local
[all...]
H A DQCamera3Stream.h66 virtual int32_t bufDone(int index);
78 mm_camera_buf_def_t* getInternalFormatBuffer(int index);
118 static int32_t invalidate_buf(int index, void *user_data);
119 static int32_t clean_invalidate_buf(int index, void *user_data);
127 int32_t invalidateBuf(int index);
128 int32_t cleanInvalidateBuf(int index);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.h48 int cleanCache(int index) {return cacheOps(index, ION_IOC_CLEAN_CACHES);} argument
49 int invalidateCache(int index) {return cacheOps(index, ION_IOC_INV_CACHES);} argument
50 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);} argument
51 int getFd(int index) const;
52 int getSize(int index) const;
57 virtual int cacheOps(int index, unsigned int cmd) = 0;
59 virtual camera_memory_t *getMemory(int index, boo
[all...]
H A DQCameraMem.cpp92 * @index : index of the buffer
100 int QCameraMemory::cacheOpsInternal(int index, unsigned int cmd, void *vaddr) argument
112 if (index >= mBufferCount) {
113 ALOGE("%s: index %d out of bound [0, %d)", __func__, index, mBufferCount);
120 cache_inv_data.fd = mMemInfo[index].fd;
121 cache_inv_data.handle = mMemInfo[index].handle;
122 cache_inv_data.length = mMemInfo[index].size;
129 mMemInfo[index]
499 cacheOps(int index, unsigned int cmd) argument
556 int index = -1; local
662 cacheOps(int index, unsigned int cmd) argument
700 getMemory(int index, bool metadata) const argument
722 int index = -1; local
859 getMemory(int index, bool metadata) const argument
884 int index = -1; local
974 displayBuffer(int index) argument
1236 cacheOps(int index, unsigned int cmd) argument
1277 getMemory(int index, bool metadata) const argument
1299 int index = -1; local
[all...]
H A DQCameraStream.h64 virtual int32_t bufDone(int index);
121 static int32_t invalidate_buf(int index, void *user_data);
122 static int32_t clean_invalidate_buf(int index, void *user_data);
130 int32_t invalidateBuf(int index);
131 int32_t cleanInvalidateBuf(int index);
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
H A Dlog.h143 uint32_t index = 0; local
152 index += sprintf(&buffer[index], "%s", szDescriptor);
159 index += sprintf(&buffer[index], "memory dump");
161 index += sprintf(&buffer[index], " (0x%08x, %d bytes)", (uint32_t)blob,sizeOfBlob);
163 index = 0;
167 index += sprintf(&buffer[index], "Dat
[all...]
/hardware/qcom/display/msm8974/liboverlay/
H A Doverlay.h113 /*Validate index range, abort if invalid */
114 void validate(int index);
133 static void setUse(int index);
134 static void resetUse(int index);
135 static bool isUsed(int index);
136 static bool isNotUsed(int index);
139 static void setAllocation(int index);
140 static void resetAllocation(int index);
141 static bool isAllocated(int index);
142 static bool isNotAllocated(int index);
177 validate(int index) argument
227 setUse(int index) argument
231 resetUse(int index) argument
235 isUsed(int index) argument
239 isNotUsed(int index) argument
247 setAllocation(int index) argument
251 resetAllocation(int index) argument
255 isAllocated(int index) argument
259 isNotAllocated(int index) argument
[all...]
H A Doverlay.cpp106 int index = (int)dest; local
107 mPipeBook[index].mDisplay = dpy;
108 mPipeBook[index].mMixer = mixer;
109 if(not mPipeBook[index].valid()) {
110 mPipeBook[index].mPipe = new GenericPipe(dpy);
138 int index = (int)dest; local
139 validate(index);
141 if(mPipeBook[index].mPipe->commit()) {
144 if(sForceSetBitmap & (1 << mPipeBook[index].mDisplay)) {
145 mPipeBook[index]
163 int index = (int)dest; local
175 int index = (int)dest; local
182 int index = (int)dest; local
189 int index = (int)dest; local
200 int index = (int)dest; local
220 int index = (int)dest; local
244 int index = 0; local
277 int index = minfo->pndx; local
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.c110 int verb_index, list_size, index = 0; local
126 while(strncmp(uc_mgr->card_ctxt_ptr->verb_list[index],
128 ALOGV("Index:%d Verb:%s", index,
129 uc_mgr->card_ctxt_ptr->verb_list[index]);
130 index++;
134 return index;
144 verb_list[index].use_case_name,
145 (strlen(verb_list[index].use_case_name)+1))) {
146 index++;
148 verb_index = index;
270 int index, verb_index = 0, ret = 0; local
468 int index, list_size, ret = -EINVAL; local
542 int index = 0, list_size = 0, rx_dev_status = 0, tx_dev_status = 0; local
582 int list_size, index, verb_index, ret = 0, voice_acdb = 0, rx_id, tx_id; local
707 int ret = 0, index = 0, verb_index; local
761 int i, ret = 0, index = 0, verb_index, mixer_count; local
962 int list_size, index, uc_index, ret = 0, intdev_flag = 0; local
1056 int list_size, index, dev_index, uc_index, ret = 0; local
1117 int list_size, index = 0, ret = -ENODEV, flag = 0, intdev_flag = 0; local
1284 int ret = -EINVAL, index = 0; local
1386 int verb_index, list_size, index = 0, ret = -EINVAL; local
1611 int verb_index, list_size, index = 0, ret = -EINVAL; local
1883 int index, ret = -EINVAL; local
2038 int index, list_size, ret = 0; local
2123 int fd, index = 0, ret = 0, rc = 0; local
2282 int fd, verb_count, index = 0, ret = 0, rc; local
2454 int verb_count = 0, device_count = 0, mod_count = 0, index = -1, ret = 0; local
2870 snd_ucm_parse_verb(snd_use_case_mgr_t **uc_mgr, const char *file_name, int index) argument
3482 int ret = -EINVAL, i, index = 0, count = 0; local
3585 int case_index = 0, index = 0, mindex = 0; local
3649 int index = 0, verb_index = 0; local
3766 snd_ucm_get_device_node(struct snd_ucm_ident_node *head, int index) argument
3814 snd_ucm_get_value_at_index(struct snd_ucm_ident_node *head, int index) argument
3841 int index = 0; local
3858 int index = 0; local
[all...]
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h27 uint32_t index; member in struct:msm_buf_mngr_info
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h9 uint32_t index; member in struct:msm_buf_mngr_info
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.h80 void gyroHandler(sensors_event_t *data, uint32_t *pendmask, int index);
81 void accelHandler(sensors_event_t *data, uint32_t *pendmask, int index);
82 void compassHandler(sensors_event_t *data, uint32_t *pendmask, int index);
83 void rvHandler(sensors_event_t *data, uint32_t *pendmask, int index);
84 void laHandler(sensors_event_t *data, uint32_t *pendmask, int index);
85 void gravHandler(sensors_event_t *data, uint32_t *pendmask, int index);
86 void orienHandler(sensors_event_t *data, uint32_t *pendmask, int index);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_mdpcomp.cpp67 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
69 index,
70 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"),
71 mCurrentFrame.layerToMDP[index],
72 (mCurrentFrame.isFBComposed[index] ?
74 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ :
75 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder));
145 for(int index
676 layer %d",__FUNCTION__, index); local
706 layer %d",__FUNCTION__, index); local
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXZoom.cpp86 status_t OMXCameraAdapter::doZoom(int index) argument
100 if ( ( 0 > index) || ( ( ZOOM_STAGES - 1 ) < index ) )
102 CAMHAL_LOGEB("Zoom index %d out of range", index);
106 if (mPreviousZoomIndx == index )
115 zoomControl.xHeight = ZOOM_STEPS[index];
116 zoomControl.xWidth = ZOOM_STEPS[index];
129 mPreviousZoomIndx = index;
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAControl.cpp54 status_t ALSAControl::get(const char *name, unsigned int &value, int index) argument
63 ctl = mixer_get_control(mHandle, name, index);
71 status_t ALSAControl::set(const char *name, unsigned int value, int index) argument
75 ALOGD("set:: name %s value %d index %d", name, value, index);
81 // ToDo: Do we need to send index here? Right now it works with 0
121 // ToDo: Do we need to send index here? Right now it works with 0
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp67 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
69 index,
70 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"),
71 mCurrentFrame.layerToMDP[index],
72 (mCurrentFrame.isFBComposed[index] ?
74 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ :
75 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder));
150 for(int index
687 layer %d",__FUNCTION__, index); local
717 layer %d",__FUNCTION__, index); local
[all...]
/hardware/ril/libril/
H A Dril_event.h28 int index; member in struct:ril_event
/hardware/samsung_slsi/exynos5/include/
H A Dv4l2-subdev.h47 __u32 index; member in struct:v4l2_subdev_mbus_code_enum
54 __u32 index; member in struct:v4l2_subdev_frame_size_enum
72 __u32 index; member in struct:v4l2_subdev_frame_interval_enum
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dv4l2-subdev.h69 * @index: format index during enumeration
74 __u32 index; member in struct:v4l2_subdev_mbus_code_enum
82 * @index: format index during enumeration
86 __u32 index; member in struct:v4l2_subdev_frame_size_enum
110 * @index: frame interval index during enumeration
117 __u32 index; member in struct:v4l2_subdev_frame_interval_enum
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_mdpcomp.cpp71 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
73 index,
74 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"),
75 mCurrentFrame.layerToMDP[index],
76 (mCurrentFrame.isFBComposed[index] ?
78 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ :
79 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder));
168 for(int index
812 layer %d",__FUNCTION__, index); local
842 layer %d",__FUNCTION__, index); local
[all...]

Completed in 2364 milliseconds

123456789