Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 44) sorted by relevance

12

/hardware/intel/common/wrs_omxil_core/utils/src/
Dqueue.c54 void __queue_push_head(struct queue *queue, struct list *entry) in __queue_push_head()
65 struct list *entry = list_alloc(data); in queue_push_head() local
79 void __queue_push_tail(struct queue *queue, struct list *entry) in __queue_push_tail()
95 struct list *entry = list_alloc(data); in queue_push_tail() local
113 struct list *entry = queue->head; in __queue_pop_head() local
128 struct list *entry; in queue_pop_head() local
142 struct list *entry = queue->tail; in __queue_pop_tail() local
157 struct list *entry; in queue_pop_tail() local
181 struct list *entry; in queue_peek_head() local
193 struct list *entry; in queue_peek_tail() local
Dlist.c23 void __list_init(struct list *entry) in __list_init()
53 void __list_free(struct list *entry) in __list_free()
87 struct list *entry; in __list_entry() local
111 struct list *__list_add_before(struct list *entry, struct list *new) in __list_add_before()
127 struct list *__list_add_after(struct list *entry, struct list *new) in __list_add_after()
193 struct list *__list_remove(struct list *list, struct list *entry) in __list_remove()
216 struct list *entry) in __list_delete()
Dworkqueue.cpp135 struct list *entry = works; in Run() local
/hardware/intel/common/wrs_omxil_core/core/src/
Dwrs_omxcore.cpp65 struct list *entry; in construct_components() local
111 struct list *entry, *next; in destruct_components() local
170 struct list *entry; in OMX_ComponentNameEnum() local
196 struct list *entry; in OMX_GetHandle() local
312 struct list *entry; in OMX_GetComponentsOfRole() local
353 struct list *entry; in OMX_GetRolesOfComponent() local
/hardware/libhardware/tests/camera2/
DCameraMetadataTests.cpp69 camera_metadata_ro_entry entry = staticInfo.find(tag); in GetTypeFromStaticTag() local
75 camera_metadata_ro_entry entry = staticInfo.find(tag); in GetEntryCountFromStaticTag() local
81 camera_metadata_ro_entry entry = staticInfo.find(tag); in HasElementInArrayFromStaticTag() local
124 camera_metadata_ro_entry entry; in TEST_F() local
DCameraModuleFixture.h51 camera_metadata_ro_entry entry = staticInfo.find(tag); in GetStaticEntry() local
DCameraMultiStreamTests.cpp244 camera_metadata_ro_entry_t entry = in GetExposureValue() local
254 camera_metadata_ro_entry_t entry = in GetSensitivity() local
264 camera_metadata_ro_entry_t entry = in GetFrameDuration() local
DCameraStreamFixture.h103 camera_metadata_ro_entry entry = staticInfo.find(tag); in SetUp() local
/hardware/intel/common/libwsbm/src/
Dwsbm_mm.c57 struct _WsbmMMNode *entry; in wsbmMMTailSpace() local
72 struct _WsbmMMNode *entry; in wsbmMMRemoveSpaceFromTail() local
220 struct _WsbmMMNode *entry; in wsbmMMSearchFree() local
277 struct _WsbmMMNode *entry; in wsbmMMtakedown() local
Dwsbm_fencemgr.c191 struct _WsbmFenceObject *entry; in wsbmSignalPreviousFences() local
/hardware/libhardware/tests/camera3/
Dcamera3tests.cpp36 camera_metadata_entry entry; in TEST_F() local
64 camera_metadata_entry entry; in TEST_F() local
/hardware/intel/common/wrs_omxil_core/utils/inc/
Dlist.h61 #define __list_next(entry) ((entry) ? (entry->next) : NULL) argument
62 #define __list_prev(entry) ((entry) ? (entry->prev) : NULL) argument
/hardware/libhardware/modules/camera/
DVendorTags.cpp171 const Entry* entry = getEntry(tag); in getTagName() local
181 const Entry* entry = getEntry(tag); in getTagType() local
/hardware/intel/common/wrs_omxil_core/base/src/
Dportbase.cpp92 struct list *entry, *temp; in ~PortBase() local
330 struct list *entry; in UseBuffer() local
411 struct list *entry; in AllocateBuffer() local
507 struct list *entry; in FreeBuffer() local
/hardware/libhardware/tests/input/evdev/
DTestHelpers.cpp76 while (auto entry = readdir(tmpDir)) { in ~TempDir() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_codec.c119 vpx_codec_ctrl_fn_map_t *entry; in vpx_codec_control_() local
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dstorage_manager.c129 int entry; in inv_load_mpl_states() local
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dstorage_manager.c129 int entry; in inv_load_mpl_states() local
/hardware/intel/bootstub/
Dsfi.h47 #define SFI_GET_ENTRY_NUM(ptable, entry) \ argument
/hardware/intel/img/psb_video/src/
Dtng_jpegdec.c370 uint16_t entry = 0; in jpg_vlc_valid_symbol() local
383 uint16_t entry = 0; in jpg_vlc_write_direct_command() local
418 uint16_t entry; in jpg_vlc_decode_direct_symbols() local
/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp184 struct list *entry; in OMX_GetHandle() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1251 struct track_entry * entry; in ne_read_block() local
1957 struct track_entry * entry; in nestegg_track_type() local
1980 struct track_entry * entry; in nestegg_track_codec_id() local
2008 struct track_entry * entry; in nestegg_track_codec_data_count() local
2040 struct track_entry * entry; in nestegg_track_codec_data() local
2095 struct track_entry * entry; in nestegg_track_video_params() local
2152 struct track_entry * entry; in nestegg_track_audio_params() local
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalService.java578 Map.Entry entry = (Map.Entry) it.next(); in onStartCommand() local
DThermalManager.java750 Map.Entry entry = (Map.Entry) it.next(); in buildProfileNameList() local
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMX3A.cpp45 const SceneModesEntry* entry = NULL; in getSceneModeEntry() local

12