Searched refs:ls (Results 1 - 10 of 10) sorted by relevance

/system/core/logd/
H A Dlogpersist15 su 1036 ls "${data}" |
/system/bt/bta/jv/
H A Dbta_jv_act.c1234 tBTA_JV_API_L2CAP_SERVER *ls = &(p_data->l2cap_server); local
1241 if (ls->has_cfg == TRUE) {
1242 cfg = ls->cfg;
1248 if (ls->has_ertm_info == TRUE) {
1249 ertm_info = &(ls->ertm_info);
1253 if (ls->rx_mtu >0)
1256 cfg.mtu = ls->rx_mtu;
1265 L2CA_SetDesireRole(ls->role);
1269 if (0 == sec_id || (FALSE == bta_jv_check_psm(ls->local_psm)) ||
1270 (handle = GAP_ConnOpen("JV L2CAP", sec_id, 1, 0, ls
1306 tBTA_JV_API_L2CAP_SERVER *ls = &(p_data->l2cap_server); local
1368 tBTA_JV_API_L2CAP_WRITE *ls = &(p_data->l2cap_write); local
1416 tBTA_JV_API_L2CAP_WRITE_FIXED *ls = &(p_data->l2cap_write_fixed); local
2041 tBTA_JV_API_RFCOMM_SERVER *ls = &(p_data->rfcomm_server); local
2650 tBTA_JV_API_L2CAP_SERVER *ls = &(p_data->l2cap_server); local
[all...]
/system/extras/tests/bionic/libc/
H A Drun-test.sh96 for FILE in `cd $EXEC_ROOT_PATH && ls -d test_*`; do
/system/core/liblog/
H A Dfake_log_device.c156 LogState *ls; local
160 ls = fdToLogState(fd);
161 if (ls != NULL) {
163 free(ls->debugName);
164 free(ls);
/system/bt/stack/avdt/
H A Davdt_int.h707 #define AVDT_BLD_LAYERSPEC(ls, msg, label) \
708 ls = (((label) << 4) | (msg))
710 #define AVDT_LAYERSPEC_LABEL(ls) ((UINT8)((ls) >> 4))
712 #define AVDT_LAYERSPEC_MSG(ls) ((UINT8)((ls) & 0x000F))
/system/security/keystore/
H A Dtest-keystore46 # strip out date/time from ls -l
57 run adb shell ls -al /data/misc/keystore
/system/core/toolbox/
H A DAndroid.mk48 ls \
/system/extras/tests/workloads/
H A Ddefs.sh76 if ls /etc/* 2>/dev/null | grep -q android.hardware; then
428 if ${ADB}ls /data 2>/dev/null | grep -q "Permission denied"; then
/system/keymaster/
H A Docb.c259 int64x2_t ls = vdupq_n_s64(bot); local
260 int64x2_t rs = vqaddq_s64(k64, ls);
261 block rval = (block)veorq_u64(vshlq_u64(hi, ls), vshlq_u64(lo, rs));
/system/bt/stack/l2cap/
H A Dl2c_fcr.c912 UINT16 ls; local
957 ls = ((BT_HDR *)(GKI_getfirst(&p_fcrb->waiting_for_ack_q)))->layer_specific & L2CAP_FCR_SAR_BITS;
959 if ( (ls == L2CAP_FCR_UNSEG_SDU) || (ls == L2CAP_FCR_END_SDU) )

Completed in 307 milliseconds