HomeSort by relevance Sort by last modified time
    Searched refs:reportStatus (Results 1 - 16 of 16) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c 690 apConn_connStatus_t reportStatus;
704 reportStatus.dataBuf = (char *)(param.content.assocReqBuffer.buffer);
705 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize;
707 reportStatus.status = CONN_STATUS_CONNECTED;
708 reportStatusCallb(pAPConnection->hRoamMng, &reportStatus);
    [all...]
rsn.h 177 rsn_reportStatus_t reportStatus;
mainSecKeysOnly.c 327 status = pMainSec->pParent->reportStatus(pMainSec->pParent, pMainSec->data.status);
rsn.c 256 pRsn->reportStatus = rsn_reportStatus;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConn.c 681 apConn_connStatus_t reportStatus;
695 reportStatus.dataBuf = (char *)(param.content.assocReqBuffer.buffer);
696 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize;
698 reportStatus.status = CONN_STATUS_CONNECTED;
699 reportStatusCallb(pAPConnection->hRoamMng, &reportStatus);
    [all...]
rsn.h 174 rsn_reportStatus_t reportStatus;
mainSecKeysOnly.c 327 status = pMainSec->pParent->reportStatus(pMainSec->pParent, pMainSec->data.status);
rsn.c 256 pRsn->reportStatus = rsn_reportStatus;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportActivity.java 196 Map<String, MmsReportStatus> reportStatus) {
197 if (reportStatus == null) {
205 MmsReportStatus status = queryStatusByRecipient(reportStatus, recipient);
263 Map<String, MmsReportStatus> reportStatus = getMmsReportStatus();
267 getMmsReportStatusText(reportReq, reportStatus);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
rsn.h 162 rsn_reportStatus_t reportStatus;
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 312 void updateExternalMediaStatus(boolean mounted, boolean reportStatus);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
mainSecKeysOnly.c 340 status = pMainSec->pParent->reportStatus(pMainSec->pParent, pMainSec->data.status);
rsn.c 299 pRsn->reportStatus = rsn_reportStatus;
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsLocationProvider.java 715 reportStatus(GPS_STATUS_SESSION_END);
718 reportStatus(GPS_STATUS_ENGINE_OFF);
    [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java 622 boolean reportStatus = msg.arg1 == 1;
624 if (DEBUG_SD_INSTALL) Log.i(TAG, "reportStatus=" + reportStatus + ", doGc = " + doGc);
635 if (reportStatus) {
    [all...]

Completed in 191 milliseconds