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

/hardware/libhardware_legacy/include/hardware_legacy/
H A Dtdls.h19 WIFI_TDLS_UNSPECIFIED = -1, /* Unspecified reason */
37 wifi_tdls_reason reason; member in struct:__anon1380
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbcmevent.h60 uint32 reason; /* Reason code (if applicable) */ member in struct:__anon31
74 uint32 reason; /* Reason code (if applicable) */ member in struct:__anon32
113 #define WLC_E_ROAM 19 /* roam attempt occurred: indicate status & reason */
117 #define WLC_E_PRUNE 23 /* AP was pruned from join list for reason */
250 /* roam reason codes */
268 /* prune reason codes */
285 /* WPA failure reason codes carried in the WLC_E_PSK_SUP event */
286 #define WLC_E_SUP_OTHER 0 /* Other reason */
363 /* reason codes for WLC_E_OVERLAY_REQ event */
367 /* reason code
[all...]
H A Dbt_amp_hci.h101 uint8 reason; member in struct:dis_phy_link_cmd_parms
261 uint8 reason; member in struct:disc_log_link_evt_parms
283 uint8 reason; member in struct:dis_phy_link_evt_parms
H A D802.11.h992 #define DOT11_MNG_REASON_LEN 2 /* d11 management reason length */
1002 #define DOT11_RC_UNSPECIFIED 1 /* Unspecified reason */
1028 #define DOT11_RC_UNSPECIFIED_QOS 32 /* unspecified QoS-related reason */
1058 #define DOT11_SC_ASSOC_FAIL 12 /* Association denied due to reason
1574 uint8 reason; /* transition query reason */ member in struct:dot11_bsstrans_query
2122 uint16 reason; /* reason for dellba */ member in struct:dot11_delba
2457 uint8 reason; member in struct:dot11_rmrep_tx_stream
/hardware/ril/include/telephony/
H A Dril.h545 int reason; /* from TS 27.007 7.11 "reason" */ member in struct:__anon2413
1866 * denied) this is an enumerated reason why
1935 * denied) this is an enumerated reason why
2469 * 0 => No specific reason specified
/hardware/ril/reference-ril/
H A Dril.h545 int reason; /* from TS 27.007 7.11 "reason" */ member in struct:__anon2589
1866 * denied) this is an enumerated reason why
1935 * denied) this is an enumerated reason why
2469 * 0 => No specific reason specified
/hardware/ril/libril/
H A Dril.cpp1003 * int32_t reason
1023 cff.reason = (int)t;
1047 appendPrintBuf("%sstat=%d,reason=%d,serv=%d,toa=%d,%s,tout=%d", printBuf,
1048 cff.status, cff.reason, cff.serviceClass, cff.toa,
2603 p.writeInt32(p_cur->reason);
2608 appendPrintBuf("%s[%s,reason=%d,cls=%d,toa=%d,%s,tout=%d],", printBuf,
2610 p_cur->reason, p_cur->serviceClass, p_cur->toa,
3333 p.writeInt32(cf.reason);
3338 appendPrintBuf("%s[%s,reason=%d,cls=%d,toa=%d,%s,tout=%d],", printBuf,
3339 (cf.status==1)?"enable":"disable", cf.reason, c
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc272 // For the same reason, we have to write
3592 // throw statement in the code under test. For this reason, we perform
4589 // TODO(wan): report the reason of the failure.
6870 void Abort(AbortReason reason);
6964 void DeathTestImpl::Abort(AbortReason reason) {
6969 reason == TEST_DID_NOT_DIE ? kDeathTestLived :
6970 reason == TEST_THREW_EXCEPTION ? kDeathTestThrew : kDeathTestReturned;
8136 // for any reason.
8152 // directory for any reason, including if the parent directory does not
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h1211 /* stores the reason for the last wake up */
1212 uint8 reason; member in struct:__anon73
4276 uint32 reasonsize; /* Size of the wakeup reason code */
4774 /* define for apcs reason code */
5136 /* DCS reason code define */
5141 uint reason; member in struct:wl_bcmdcs_data
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3215 // The reason for this overload is that streaming a NULL pointer to
3629 // directories for any reason. Will also return false if the FilePath does
3635 // directory for any reason, including if the parent directory does not
7810 // reason is that C++ injects the name of a class as a member of the
8281 virtual void Abort(AbortReason reason) = 0;

Completed in 271 milliseconds