/hardware/ril/mock-ril/src/js/ |
D | simulated_radio_tests.js | 319 var c = new RilCall(1000, '11234567890', 'me'); variable 335 var c = new RilCall('NOT_CALLSTATE_ACTIVE', '11234567890', 'me'); variable
|
D | simulated_radio.js | 247 this.printCall = function(c) { argument
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
D | osapi.c | 260 PVOID os_memset(PVOID s, U8 c, U32 n) in os_memset() 344 PS8 os_strchr(const PS8 s, S32 c) in os_strchr() 380 S32 os_tolower(S32 c) in os_tolower() 392 S32 os_isupper(S32 c) in os_isupper() 404 S32 os_toupper(S32 c) in os_toupper()
|
/hardware/ti/wlan/mac80211/ti-utils/ |
D | nvs.c | 44 unsigned char *c = (unsigned char *)gp; in nvs_fill_radio_params() local 66 unsigned char *c = (unsigned char *)gp; in nvs_fill_radio_params_128x() local 85 unsigned char *c; in nvs_set_autofem() local 110 unsigned char *c; in nvs_set_autofem_128x() local 135 unsigned char *c; in nvs_set_fem_manuf() local 160 unsigned char *c; in nvs_set_fem_manuf_128x() local
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
D | bcmutils.h | 48 #define bcm_isalnum(c) ((bcm_ismask(c)&(_BCM_U|_BCM_L|_BCM_D)) != 0) argument 49 #define bcm_isalpha(c) ((bcm_ismask(c)&(_BCM_U|_BCM_L)) != 0) argument 50 #define bcm_iscntrl(c) ((bcm_ismask(c)&(_BCM_C)) != 0) argument 51 #define bcm_isdigit(c) ((bcm_ismask(c)&(_BCM_D)) != 0) argument 52 #define bcm_isgraph(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D)) != 0) argument 53 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) argument 54 #define bcm_isprint(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D|_BCM_SP)) != 0) argument 55 #define bcm_ispunct(c) ((bcm_ismask(c)&(_BCM_P)) != 0) argument 56 #define bcm_isspace(c) ((bcm_ismask(c)&(_BCM_S)) != 0) argument 57 #define bcm_isupper(c) ((bcm_ismask(c)&(_BCM_U)) != 0) argument [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 48 #define bcm_isalnum(c) ((bcm_ismask(c)&(_BCM_U|_BCM_L|_BCM_D)) != 0) argument 49 #define bcm_isalpha(c) ((bcm_ismask(c)&(_BCM_U|_BCM_L)) != 0) argument 50 #define bcm_iscntrl(c) ((bcm_ismask(c)&(_BCM_C)) != 0) argument 51 #define bcm_isdigit(c) ((bcm_ismask(c)&(_BCM_D)) != 0) argument 52 #define bcm_isgraph(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D)) != 0) argument 53 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) argument 54 #define bcm_isprint(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D|_BCM_SP)) != 0) argument 55 #define bcm_ispunct(c) ((bcm_ismask(c)&(_BCM_P)) != 0) argument 56 #define bcm_isspace(c) ((bcm_ismask(c)&(_BCM_S)) != 0) argument 57 #define bcm_isupper(c) ((bcm_ismask(c)&(_BCM_U)) != 0) argument [all …]
|
/hardware/invensense/mlsdk/mlutils/ |
D | checksum.c | 8 int i, c; in inv_checksum() local
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
D | timm_osal_trace.c | 85 char c = file[0]; in simplify_path() local
|
/hardware/ril/mock-ril/src/java/com/android/internal/communication/ |
D | Msg.java | 302 public static final <T extends MessageMicro> T getAs(Class<T> c, byte[] data) { in getAs() 326 public <T extends MessageMicro> T getDataAs(Class<T> c) { in getDataAs()
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/ |
D | perf_reader.c | 23 #define __DECODE(c) (((c) < 0 || (c) > 63) ? '#' : ("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST… argument
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
D | osRgstry_parser.c | 84 #define tolower(c) ( (c) | 0x20) argument
|
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
D | FmRxApp.java | 1297 Cursor c = db.getStation(1); in loadDefaultConfiguration() local 1372 Cursor c = db.getAllStations(); in readObject() local
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 98 #define RIL_onUnsolicitedResponse(a,b,c) s_rilenv->OnUnsolicitedResponse(a,b,c) argument 99 #define RIL_requestTimedCallback(a,b,c) s_rilenv->RequestTimedCallback(a,b,c) argument 1422 char c = ((char *)data)[0]; local
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
D | decoder_driver_test.c | 1163 char c = '1'; //initialize to anything except '\0'(0) in Read_Buffer_From_DAT_File() local
|
D | omx_vdec_test.cpp | 1875 char c = '1'; //initialize to anything except '\0'(0) in Read_Buffer_From_DAT_File() local 1921 char c = '1'; //initialize to anything except '\0'(0) in Read_Buffer_ArbitraryBytes() local
|
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
D | dhdu_linux.c | 260 char *c, *name; in dhd_find() local
|
D | bcmutils.c | 1142 #define CRC_INNER_LOOP(n, c, x) \ argument 1629 char c; in printbig() local 1883 uint i, c; in bcm_format_ssid() local
|
D | dhdu.c | 2667 char *c; in dhd_atoip() local 2682 char *c; in dhd_ether_atoe() local
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_linux.c | 260 char *c, *name; in dhd_find() local
|
D | bcmutils.c | 1142 #define CRC_INNER_LOOP(n, c, x) \ argument 1629 char c; in printbig() local 1883 uint i, c; in bcm_format_ssid() local
|
/hardware/msm7k/librpc/ |
D | xdr.c | 346 u_int c;/* the actual element count */ in xdr_array() local
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 209 struct dss2_ovl_cfg *c = &oi->cfg; in dump_dsscomp() local 608 int c, swap = cfg->rotation & 1; in crop_to_rect() local 1360 struct dss2_ovl_cfg *c = &dsscomp->ovls[i].cfg; in omap4_hwc_prepare() local 1840 char c; in omap4_hwc_hdmi_thread() local
|
/hardware/ti/omap4xxx/camera/ |
D | CameraHal.cpp | 1324 CameraHal *c = reinterpret_cast<CameraHal *>(userData); in endImageCapture() local 1336 CameraHal *c = reinterpret_cast<CameraHal *>(userData); in releaseImageBuffers() local
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
D | sst_stub.c | 175 char c; in static_SSTCheckFileName() local
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
D | perf_log.h | 225 #define __PERF_ENCODE_CHAR(c) \ argument
|