Searched defs:boolean (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
H A Dloc_api_rpc_glue.h56 typedef unsigned char boolean; typedef
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_rpc_glue.h47 typedef unsigned char boolean; typedef
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dqtypes.h65 typedef unsigned char boolean; /* Boolean value type. */ typedef
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h65 typedef unsigned char boolean; /* Boolean value type. */ typedef
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.h40 // Define boolean type to be used by libgps on loc api module
41 typedef unsigned char boolean; typedef
96 boolean intermediateFix;
119 boolean generateNmea;
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng.h40 // Define boolean type to be used by libgps on loc api module
41 typedef unsigned char boolean; typedef
94 boolean intermediateFix;
117 boolean generateNmea;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c70 typedef enum {FALSE, TRUE} boolean; typedef in typeref:enum:__anon3304
116 /*typedef enum {FALSE, TRUE} boolean;*/
119 boolean validateArguments (int, char *[], int *, char *, int *, int *, int *, int *, int *, int *);
128 boolean checkInputParameters (int);
129 boolean validateSampRate (int);
130 boolean omxSetInputPortParameter (OMX_HANDLETYPE *, int, int);
131 boolean omxSetOutputPortParameter (OMX_HANDLETYPE *, int, int, int);
132 boolean g722SetInputPort (OMX_HANDLETYPE *, int);
133 boolean g722SetOutputPort (OMX_HANDLETYPE *);
134 boolean omxSetConfigMut
[all...]

Completed in 306 milliseconds