/hardware/ti/omap4xxx/domx/mm_osal/src/ |
H A D | timm_osal_trace.c | 115 char string[1000]; local 116 vsprintf(string, fmt, ap); 117 ALOGD("%s",string);
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
H A D | omx_rpc_platform.c | 57 #include <string.h>
|
H A D | omx_rpc_config.c | 57 #include <string.h>
|
/hardware/ti/wpan/tools/BluetoothSCOApp/gen/com/ti/bluetoothSCOapp/ |
H A D | R.java | 24 public static final class string { class in class:R
|
/hardware/ti/wlan/wl1271/utils/ |
H A D | rate.c | 527 DESCRIPTION: Converts bit map to the rates string 532 OUTPUT: string - network format rates array, 542 TI_UINT8 *string, 552 string[i++] = NET_RATE_1M_BASIC; 556 string[i++] = NET_RATE_1M; 564 string[i++] = NET_RATE_2M_BASIC; 568 string[i++] = NET_RATE_2M; 576 string[i++] = NET_RATE_5_5M_BASIC; 580 string[i++] = NET_RATE_5_5M; 588 string[ 540 rate_DrvBitmapToNetStr(TI_UINT32 uSuppRatesBitMap, TI_UINT32 uBasicRatesBitMap, TI_UINT8 *string, TI_UINT32 *len, TI_UINT32 *pFirstOfdmRate) argument 728 rate_DrvBitmapToNetStrIncluding11n(TI_UINT32 uSuppRatesBitMap, TI_UINT32 uBasicRatesBitMap, TI_UINT8 *string, TI_UINT32 *pFirstOfdmRate) argument 851 rate_NetStrToDrvBitmap(TI_UINT32 *pBitMap, TI_UINT8 *string, TI_UINT32 len) argument 987 rate_NetBasicStrToDrvBitmap(TI_UINT32 *pBitMap, TI_UINT8 *string, TI_UINT32 len) argument 1104 rate_McsNetStrToDrvBitmap(TI_UINT32 *pBitMap, TI_UINT8 *string) argument [all...] |
H A D | rate.h | 156 TI_STATUS rate_DrvBitmapToNetStr (TI_UINT32 uSuppRatesBitMap, TI_UINT32 uBasicRatesBitMap, TI_UINT8 *string, TI_UINT32 *len, TI_UINT32 *pFirstOfdmRate); 157 TI_STATUS rate_DrvBitmapToNetStrIncluding11n (TI_UINT32 uSuppRatesBitMap, TI_UINT32 uBasicRatesBitMap, TI_UINT8 *string, TI_UINT32 *pFirstOfdmRate); 158 TI_STATUS rate_NetStrToDrvBitmap (TI_UINT32 *pBitMap, TI_UINT8 *string, TI_UINT32 len); 159 TI_STATUS rate_NetBasicStrToDrvBitmap (TI_UINT32 *pBitMap, TI_UINT8 *string, TI_UINT32 len); 160 TI_STATUS rate_McsNetStrToDrvBitmap (TI_UINT32 *pBitMap, TI_UINT8 *string);
|
/hardware/qcom/media/mm-core/omxcore/src/common/ |
H A D | qc_omx_core.h | 40 #include <string.h>
|
/hardware/ti/omap4xxx/libtiutils/ |
H A D | Semaphore.h | 24 #include <string.h>
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
H A D | message_queue.h | 34 #include <string.h>
|
/hardware/qcom/media/mm-video/vidc/venc/inc/ |
H A D | queue.h | 34 #include <string.h>
|
/hardware/ti/omap4xxx/camera/ |
H A D | CameraParameters.cpp | 161 return value.string(); 169 mProperties->keyAt(i).string(), 170 mProperties->valueAt(i).string()); 178 return mProperties->keyAt(index).string(); 187 return mProperties->valueAt(index).string();
|
/hardware/libhardware/modules/nfc/ |
H A D | nfc_hw_example.c | 17 #include <string.h>
|
/hardware/libhardware/modules/power/ |
H A D | power.c | 17 #include <string.h>
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/src/ |
H A D | omx_proxy_sample.c | 59 #include <string.h>
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
H A D | pkcs11_internal.h | 43 #include <string.h>
|
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
H A D | FmPresetList.java | 186 "Set Station?").setNegativeButton(android.R.string.cancel, 187 null).setPositiveButton(android.R.string.ok, 205 android.R.string.cancel, null).setPositiveButton( 206 android.R.string.ok, okUnsetButtonListener).show();
|
H A D | FmRxFreqInput.java | 65 mBandRange.setText(getText(R.string.freqRangeEurope)); 67 mBandRange.setText(getText(R.string.freqRangeJapan)); 94 android.R.string.ok, null).show(); 102 android.R.string.ok, null).show();
|
/hardware/libhardware_legacy/audio/ |
H A D | AudioHardwareInterface.cpp | 19 #include <string.h> 146 ::write(fd, result.string(), result.size());
|
/hardware/qcom/media/libstagefrighthw/ |
H A D | QComOMXPlugin.cpp | 34 strcpy(name, tmp.string()); 93 name = tmp.string(); 138 name = tmp.string();
|
/hardware/ril/mock-ril/src/cpp/ |
H A D | node_buffer.h | 38 * // return an ascii encoded string - no memory iscopied 72 int AsciiWrite(char *string, int offset, int length); 73 int Utf8Write(char *string, int offset, int length);
|
/hardware/invensense/mlsdk/mllite/ |
H A D | ml_mputest.c | 40 #include <string.h>
|
H A D | pressure.c | 40 #include <string.h>
|
/hardware/invensense/mlsdk/platform/include/ |
H A D | mlos.h | 61 #include <string.h>
|
/hardware/invensense/mlsdk/platform/linux/ |
H A D | log_linux.c | 34 #include <string.h>
|
/hardware/libhardware_legacy/power/ |
H A D | power.c | 25 #include <string.h>
|