Home | History | Annotate | Download | only in src

Lines Matching refs:lsStatus

1934   uint8_t lsStatus[2] = {0x63, 0x40};
1936 if ((FSCANF_BYTE(fLsStatus, "%2x", &lsStatus[loopcnt])) == 0) {
1942 ALOGD_IF(ese_debug_enabled, "%s: LS Status 0x%X 0x%X", fn, lsStatus[0],
1943 lsStatus[1]);
1944 memcpy(pStatus, lsStatus, 2);