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

  /external/webkit/WebCore/rendering/
HitTestRequest.h 29 enum RequestType {
37 HitTestRequest(int requestType)
38 : m_requestType(requestType)
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionSettings.java 137 static private boolean isValidApnType(String types, String requestType) {
144 if (t.equals(requestType) || t.equals(Phone.APN_TYPE_ALL)) {
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/usbhost/
usbhost.h 181 int requestType,
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConnApi.h 227 apConn_connRequest_e requestType; /** Type of Request to establish connection */
apConn.c 175 apConn_connRequest_e requestType; /**< Stores type of roaming request */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/ExpInc/
apConnApi.h 146 apConn_connRequest_e requestType; /** Type of request to establish connection */
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConnApi.h 226 apConn_connRequest_e requestType; /** Type of Request to establish connection */
apConn.c 176 apConn_connRequest_e requestType; /**< Stores type of roaming request */
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_autoSM.c 474 requestToApConn.requestType = (pRoamingMngr->handoverWasPerformed) ? AP_CONNECT_RECONNECT_CURR_AP : AP_CONNECT_RETAIN_CURR_AP;
487 requestToApConn.requestType = AP_CONNECT_FULL_TO_AP;
491 requestToApConn.requestType = AP_CONNECT_FAST_TO_AP;
511 TRACE3(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_smHandover, candidateApIndex=%d, requestType = %d, channel=%d \n", pRoamingMngr->candidateApIndex, requestToApConn.requestType, pApToConnect->channel);
roamingMngr_manualSM.c 228 request.requestType = AP_CONNECT_RETAIN_CURR_AP;
roamingMngr.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngr_autoSM.c 474 requestToApConn.requestType = (pRoamingMngr->handoverWasPerformed) ? AP_CONNECT_RECONNECT_CURR_AP : AP_CONNECT_RETAIN_CURR_AP;
487 requestToApConn.requestType = AP_CONNECT_FULL_TO_AP;
491 requestToApConn.requestType = AP_CONNECT_FAST_TO_AP;
511 TRACE3(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_smHandover, candidateApIndex=%d, requestType = %d, channel=%d \n", pRoamingMngr->candidateApIndex, requestToApConn.requestType, pApToConnect->channel);
roamingMngr_manualSM.c 228 request.requestType = AP_CONNECT_RETAIN_CURR_AP;
roamingMngr.c     [all...]
  /frameworks/base/obex/javax/obex/
ServerSession.java 94 int requestType = mInput.read();
95 switch (requestType) {
107 handleGetRequest(requestType);
112 handlePutRequest(requestType);
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 214 private Request createRequest(String requestType, SipProfile userProfile,
223 CSeqHeader cSeqHeader = createCSeqHeader(requestType);
226 requestType, callIdHeader, cSeqHeader, fromHeader,
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
usbhost.c 447 int requestType,
462 ctrl.bRequestType = requestType;
  /hardware/ti/wlan/wl1271/Test/
roamingMgrDebug.c 182 targetAP.connRequest.requestType = AP_CONNECT_FULL_TO_AP;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
roamingMngr.c     [all...]
  /system/wlan/ti/wilink_6_1/Test/
roamingMgrDebug.c 182 targetAP.connRequest.requestType = AP_CONNECT_FULL_TO_AP;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c 202 apConn_connRequest_e requestType; /**< Stores type of roaming request */
    [all...]

Completed in 861 milliseconds