Searched refs:file (Results 1 - 25 of 64) sorted by relevance

123

/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_trace.c34 * @file timm_osal_trace.c
35 * This file contains methods that provides the functionality
81 static const char *simplify_path(const char *file) argument
83 while (file)
85 char c = file[0];
88 file++;
90 return file;
112 ALOGD("%s:%d\t%s()\t", simplify_path(loc->file), loc->line,
122 printf("%s:%d\t%s()\t", simplify_path(loc->file), loc->line,
/hardware/qcom/audio/hal/
H A Dedid.c5 * you may not use this file except in compliance with the License.
30 * This file will have a maximum of 38 bytes:
50 FILE *file; local
59 file = fopen(AUDIO_DATA_BLOCK_PATH, "rb");
60 if (file == NULL) {
66 fread(&header, 1, sizeof(header), file);
71 fread(&block, header.length, 1, file);
73 fclose(file);
/hardware/invensense/libsensors_iio/software/core/driver/include/
H A Dmlinclude.h21 extern int functionEnterLog(const char *file, const char *func);
22 extern int functionExitLog(const char *file, const char *func);
/hardware/invensense/mlsdk/mllite/
H A Dmlinclude.h6 you may not use this file except in compliance with the License.
33 extern int functionEnterLog(const char *file, const char *func);
34 extern int functionExitLog(const char *file, const char *func);
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_DebugMem.h16 const char* file, const char* func, int line);
18 const char* file, const char* func, int line);
20 const char* file, const char* func, int line);
22 const char* file, const char* func, int line);
24 const char* file, const char* func, int line);
26 void OMX_DebugMem_dump(const char *file, const char *func, int line);
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_DebugMem.h40 const char* file, const char* func, int line);
42 const char* file, const char* func, int line);
44 const char* file, const char* func, int line);
46 const char* file, const char* func, int line);
48 const char* file, const char* func, int line);
50 void OMX_DebugMem_dump(const char *file, const char *func, int line);
/hardware/invensense/libsensors_iio/software/core/mllite/
H A Ddata_builder.c14 * @file data_builder.c
68 FILE *file; member in struct:inv_data_builder_t
78 /** Change this key if the data being stored by this file changes */
84 * @param[in] file File to write to, must be open.
86 void inv_turn_on_data_logging(FILE *file) argument
89 inv_data_builder.file = file;
100 inv_data_builder.file = NULL;
195 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
196 fwrite(&orientation, sizeof(orientation), 1, inv_data_builder.file);
[all...]
/hardware/broadcom/libbt/
H A Dvnd_buildcfg.mk5 # configuration file does not exist. Use default one
/hardware/msm7k/libgralloc-qsd8k/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
36 $(foreach file,$(1), \
39 $(eval LOCAL_SRC_FILES := $(file)) \
41 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
/hardware/samsung_slsi/exynos5/mobicore/daemon/
H A DApplication.mk3 # Main build file defining the project modules and their global variables.
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
H A DOMX_TI_Debug.h29 * @file OMX_TI_Debug.h
31 * This file implements the TI-specific OMX Debug interface
70 the error file, whereas other outputs usually go into the other output
71 file. This also allows only printing error messages.
72 - colors can be specified for each domain - through this file or the
81 __OMX_DBG_FILE__ - print file
85 __OMX_DBG_4ISERROR__ - print level 4 messages into the error file
91 file:function():line domain<level> message
95 /* You can change this file here to globally set the debug configurations
119 * 5 - very quiet -- crucial/error messages - goes to error file
553 char file[mem_array_size][50]; variable
[all...]
/hardware/ti/omap4xxx/
H A Domap4.mk4 # you may not use this file except in compliance with the License.
15 # This file lists the modules that are specific to OMAP4 but are used by
H A Domap4_embedded.mk4 # you may not use this file except in compliance with the License.
15 # This file lists the modules that are specific to OMAP4 but are used by
/hardware/libhardware/modules/nfc/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/hardware/libhardware/modules/nfc-nci/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/hardware/libhardware/modules/power/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/hardware/qcom/msm8960/
H A Dmsm8960.mk4 # you may not use this file except in compliance with the License.
/hardware/ti/omap4xxx/domx/mm_osal/inc/
H A Dtimm_osal_trace.h34 * @file timm_osal_trace.h
35 * The timm_osal_types header file defines the primative osal type definitions.
99 const char *file; member in struct:__anon1534
/hardware/broadcom/wlan/bcmdhd/firmware/bcm4335/
H A Ddevice-bcm.mk4 # you may not use this file except in compliance with the License.
/hardware/libhardware/modules/audio_remote_submix/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/hardware/libhardware/modules/camera/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/hardware/libhardware/modules/gralloc/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/hardware/libhardware/modules/hwcomposer/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/hardware/libhardware/modules/usbaudio/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/hardware/msm7k/libcopybit/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.

Completed in 742 milliseconds

123