Searched refs:mask (Results 1 - 25 of 54) sorted by relevance

123

/hardware/ti/omap3/dspbridge/inc/
H A Dgt.h103 GT_assert(struct GT_Mask mask, Int expr) argument
121 GT_create(struct GT_Mask * mask /* OUT */ , String modName)
164 GT_query(struct GT_Mask mask, SmBits class) argument
171 * sets trace mask according to settings
193 GT_0trace(struct GT_Mask mask, SmBits class, String format) argument
199 GT_1trace(struct GT_Mask mask, SmBits class, String format, ...) argument
205 GT_2trace(struct GT_Mask mask, SmBits class, String format, ...) argument
211 GT_3trace(struct GT_Mask mask, SmBits class, String format, ...) argument
217 GT_4trace(struct GT_Mask mask, SmBits class, String format, ...) argument
223 GT_5trace(struct GT_Mask mask, SmBit argument
229 GT_6trace(struct GT_Mask mask, SmBits class, String format, ...) argument
[all...]
/hardware/qcom/gps/utils/
H A Dloc_log.h50 #define CHECK_MASK(type, value, mask_var, mask) \
51 ((mask_var & mask) ? (type) value : (type) (-1))
54 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask);
H A Dloc_log.cpp54 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask) argument
59 if (table[i].val & (long) mask)
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
H A DOMX_TI_Debug.h68 have levels at least of the mask's level will be printed
149 OMX_U32 mask; /* debug mask */ member in struct:OMX_TI_Debug
157 /* This macro sets the debug mask in the debug structure based on a mask
162 sscanf((mask_str), "%lx", &(dbg).mask); \
164 (dbg).mask &= ~0ul >> (32 - 4 * strlen(mask_str)); \
165 (dbg).mask |= OMX_DBG_BASEMASK << (4 * strlen(mask_str)); \
168 (dbg).mask = OMX_DBG_BASEMASK; \
173 stdout/stderr output and base mask
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
H A DExynosVideoDec.h28 #define OPERATE_BIT(x, mask, shift) ((x & (mask << shift)) >> shift)
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_config.h52 unsigned long mask; /* bitmask for enabled components */ member in struct:PERF_Config
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_log.c64 /* Finds the first event found in the mask */
178 LOC_LOGD("Session status: %s Valid mask: 0x%X\n",
248 rpc_loc_sv_info_valid_mask_type mask = sv->valid_mask; local
250 CHECK_MASK(int, sv->system, mask, RPC_LOC_SV_INFO_VALID_SYSTEM),
251 CHECK_MASK(int, sv->prn, mask, RPC_LOC_SV_INFO_VALID_PRN),
252 CHECK_MASK(int, sv->health_status, mask, RPC_LOC_SV_INFO_VALID_HEALTH_STATUS),
253 CHECK_MASK(int, sv->process_status, mask, RPC_LOC_SV_INFO_VALID_PROCESS_STATUS),
254 CHECK_MASK(int, sv->has_eph, mask, RPC_LOC_SV_INFO_VALID_HAS_EPH),
255 CHECK_MASK(int, sv->has_alm, mask, RPC_LOC_SV_INFO_VALID_HAS_ALM),
256 CHECK_MASK(float, sv->elevation, mask, RPC_LOC_SV_INFO_VALID_ELEVATIO
[all...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl79 boolean rxSetRdsGroupMask(int mask);
80 boolean rxSetRdsGroupMask_nb(int mask);
87 boolean rxChangeAudioTarget(int mask,int digitalConfig);
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi.h114 * All IPV4 addresses/mask are in network byte order.
118 * @param mask return the IPV4 mask
126 int do_dhcp_request(int *ipaddr, int *gateway, int *mask,
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf.c82 if ((config->mask & eModule & ~PERF_ModuleMask) &&
83 (config->mask & (1 << (eModule & PERF_ModuleMask))))
H A Dperf_config.c48 sConfig->mask = 0;
142 if (!(assign_long_if_matches(line, "mask", &cfg->mask) ||
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpcAdapter.h43 static rpc_loc_event_mask_type convertMask(LOC_API_ADAPTER_EVENT_MASK_T mask);
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h63 * @mask: a bit mask for the raw output
76 uint64_t mask; member in struct:iio_channel_info
87 * @mask: output a bit mask for the raw data
97 uint64_t *mask,
165 *mask = ~0;
167 *mask = (1 << *bits_used) - 1;
408 &current->mask,
93 iioutils_get_type(unsigned *is_signed, unsigned *bytes, unsigned *bits_used, unsigned *shift, uint64_t *mask, unsigned *be, const char *device_dir, const char *name, const char *generic_name) argument
H A Dmpu_iio.c108 val = (val & infoarray[k].mask) |
109 ~infoarray[k].mask;
120 val = (val & infoarray[k].mask) |
121 ~infoarray[k].mask;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_SharedMemory.c147 unsigned int mask; local
159 mask = ION_HEAP_EXYNOS_CONTIG_MASK;
163 mask = ION_HEAP_EXYNOS_MASK;
167 mask = ION_HEAP_SYSTEM_MASK;
176 IONBuffer = ion_alloc((ion_client)pHandle->hIONHandle, size, 0, mask, flag);
/hardware/qcom/gps/loc_api/loc_api_v02/
H A DLocApiV02Adapter.h78 /* Convert event mask from loc eng to loc_api_v02 format */
79 locClientEventMaskType convertMask(LOC_API_ADAPTER_EVENT_MASK_T mask);
H A DLocApiV02Adapter.cpp550 // set ephemeris mask for all GPS SV's
671 // set ephemeris mask for all GPS SV's
1378 /* Convert event mask from loc eng to loc_api_v02 format */
1380 LOC_API_ADAPTER_EVENT_MASK_T mask)
1383 LOC_LOGD("%s:%d]: adapter mask = %u\n", __func__, __LINE__, mask);
1385 if(mask & LOC_API_ADAPTER_BIT_PARSED_POSITION_REPORT)
1388 if(mask & LOC_API_ADAPTER_BIT_SATELLITE_REPORT)
1392 if( (mask & LOC_API_ADAPTER_BIT_NMEA_POSITION_REPORT) ||
1393 (mask
1379 convertMask( LOC_API_ADAPTER_EVENT_MASK_T mask) argument
[all...]
/hardware/ti/wlan/wl1271/stad/Export_Inc/
H A DSTADExternalIf.h281 TI_UINT8 maskLength; /**< Byte-Mask Length, 1-8 bytes of mask, 0- match all packets */
283 TI_UINT8 mask[RX_DATA_FILTER_MAX_MASK_SIZE]; /**< Byte-Mask */ member in struct:__anon2780
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp1143 unsigned int mask; local
1151 for( mask = 1; mask < CameraFrame::ALL_FRAMES; mask <<= 1){
1152 if( mask & frame->mFrameMask ){
1153 switch( mask ){
1189 CAMHAL_LOGEB("FRAMETYPE NOT SUPPORTED 0x%x", mask);
1192 frame->mFrameMask &= ~mask;
1265 int BaseCameraAdapter::setInitFrameRefCount(void* buf, unsigned int mask) argument
1278 if( lmask & mask ){
[all...]
/hardware/invensense/libsensors_iio/software/core/mllite/
H A Ddata_builder.h191 void inv_set_accel_bias_mask(const long *bias, int accuracy, int mask);
/hardware/qcom/display/liboverlay/
H A DoverlayUtils.h79 inline uint32_t setBit(uint32_t x, uint32_t mask) { argument
80 return (x | mask);
83 inline uint32_t clrBit(uint32_t x, uint32_t mask) { argument
84 return (x & ~mask);
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Debug.h97 void OMX_Log(unsigned int mask, const char *szFileName, int iLineNum,
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Debug.h122 void OMX_Log(unsigned int mask, const char *szFileName, int iLineNum,
/hardware/ti/wlan/wl1271/Txn/
H A DWspiBusDrv.c224 wspi_config.mask = WSPI_INIT_CMD_MASK;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2940 unsigned int mask = 0xFFFF; local
3008 mask = (unsigned int)CameraFrame::SNAPSHOT_FRAME;
3023 mask = (unsigned int)CameraFrame::PREVIEW_FRAME_SYNC;
3028 mask |= (unsigned int)CameraFrame::VIDEO_FRAME_SYNC;
3045 stat = sendCallBacks(cameraFrame, pBuffHeader, mask, pPortParam);
3078 mask = (unsigned int)CameraFrame::FRAME_DATA_SYNC;
3080 stat = sendCallBacks(cameraFrame, pBuffHeader, mask, pPortParam);
3092 mask = (unsigned int) CameraFrame::IMAGE_FRAME;
3100 mask = (unsigned int) CameraFrame::IMAGE_FRAME;
3113 mask
3233 sendCallBacks(CameraFrame frame, OMX_IN OMX_BUFFERHEADERTYPE *pBuffHeader, unsigned int mask, OMXCameraPortParameters *port) argument
[all...]

Completed in 398 milliseconds

123