Searched refs:st (Results 1 - 25 of 31) sorted by relevance

12

/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_AK8975.h35 #define AK8975_ST_ERROR(st) (((st)&0x09) != 0x01)
/hardware/akm/AK8975_FS/akmdfs/
H A Dmain.c252 int st = 0; local
254 if (AKD_GetOpenStatus(&st) != AKD_SUCCESS) {
258 if (st == 0) {
271 if (AKD_GetCloseStatus(&st) != AKD_SUCCESS) {
/hardware/ti/omap4-aah/test/CameraHal/
H A Dsurfacetexture_test.cpp114 sp<GLConsumer> st; local
126 st = new GLConsumer (bq, tex_id, GL_TEXTURE_EXTERNAL_OES);
128 st->setDefaultBufferSize (width, height);
130 stc = new Surface(st);
172 st.clear();
H A Dcamera_test_menu.cpp544 unsigned long long st, end, delay; local
549 st = ref->tv_sec * 1000000 + ref->tv_usec;
551 delay = end - st;
4242 unsigned long long st, end, delay; local
4260 st = current_time.tv_sec * 1000000 + current_time.tv_usec;
4286 delay = end - st;
/hardware/intel/common/libva/va/android/
H A Dva_android.cpp48 struct stat st; local
51 if (-1 == stat (dev_name, &st))
58 if (!S_ISCHR (st.st_mode))
/hardware/intel/common/libva/va/wayland/
H A Dva_wayland_drm.c60 struct stat st; local
62 if (stat(device, &st) < 0) {
68 if (!S_ISCHR(st.st_mode)) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_if.h98 L_SC AVL_HANDLE L_(search)(L_(avl) *tree, AVL_KEY k, avl_search_type st); variable
188 L_(avl) *tree, L_(iter) *iter, AVL_KEY k, avl_search_type st); variable
H A Dcavl_impl.h437 L_SC AVL_HANDLE L_(search)(L_(avl) *l_tree, AVL_KEY k, avl_search_type st) {
442 if (st & AVL_LESS)
444 else if (st & AVL_GREATER)
453 if (st & AVL_EQUAL) {
932 L_(avl) *l_tree, L_(iter) *iter, AVL_KEY k, avl_search_type st) {
947 if (st & AVL_LESS)
950 else if (st & AVL_GREATER)
961 if (st & AVL_EQUAL) {
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.c195 stat_t st; local
197 st.st_rdev = 0;
198 fstat(fd, &st);
199 return st.st_rdev;
317 stat_t st; local
336 if (stat(DRM_DIR_NAME, &st)) {
345 if (stat(buf, &st)) {
361 if (stat(DRM_DIR_NAME, &st)) {
370 if (stat(buf, &st)) {
390 if (st
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dvp8_sad16x16_armv6.asm37 ; 1st row
H A Dvp8_variance8x8_armv6.asm35 ; 1st 4 pixels
H A Dvp8_variance16x16_armv6.asm37 ; 1st 4 pixels
H A Dvp8_variance_halfpixvar16x16_h_armv6.asm38 ; 1st 4 pixels
H A Dvp8_variance_halfpixvar16x16_v_armv6.asm39 ; 1st 4 pixels
H A Dvp8_variance_halfpixvar16x16_hv_armv6.asm39 ; 1st 4 pixels
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp102 struct stat st; local
103 memset(&st, 0x0, sizeof(struct stat));
112 if (fstat(fd, &st) < 0) {
118 fileSize = st.st_size;
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.c2122 struct stat st; local
2136 if (fstat(fd, &st) < 0) {
2141 read_buf = (char *) mmap(0, st.st_size, PROT_READ | PROT_WRITE,
2164 * in 1st stage of parsing */
2214 * 1st stage parsing. Delete this entry so that new verbs
2249 munmap(read_buf, st.st_size);
2274 * 1st stage parsing done to parse HiFi config file
2281 struct stat st; local
2295 if (fstat(fd, &st) < 0) {
2300 read_buf = (char *) mmap(0, st
2451 struct stat st; local
2873 struct stat st; local
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h98 enum loc_sess_status st,
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h98 enum loc_sess_status st,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_sad4d_sse2.asm109 ; 1st 16 px
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp437 unsigned long long st, end, delay; local
442 st = ref->tv_sec * 1000000 + ref->tv_usec;
444 delay = end - st;
2361 unsigned long long st, end, delay; local
2366 st = current_time.tv_sec * 1000000 + current_time.tv_usec;
2513 delay = end - st;
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderAVC.cpp182 Decode_Status st = status; local
187 return st;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_mse16x16_armv6.asm38 ; 1st 4 pixels
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_reconintra_neon.asm311 ; 1st row and 2nd row
363 ; 1st row and 2nd row
/hardware/intel/img/libdrm/
H A Dltmain.sh3621 struct stat st;
3628 if ((stat (path, &st) >= 0)
3629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3639 struct stat st;
3646 if (stat (path, &st) >= 0)
3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);

Completed in 149 milliseconds

12