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

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_proto.h 70 extern int dhd_prot_hdrpull(dhd_pub_t *, int *ifidx, void *rxp);
dhd.h 252 /* Receive frame for delivery to OS. Callee disposes of rxp. */
253 extern void dhd_rx_frame(dhd_pub_t *dhdp, int ifidx, void *rxp, int numpkt);
  /external/chromium/third_party/icu/source/i18n/
regexcmp.cpp 48 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) :
53 fRXPat = rxp;
68 if (U_SUCCESS(status) && U_FAILURE(rxp->fDeferredStatus)) {
69 status = rxp->fDeferredStatus;
    [all...]
  /external/icu4c/i18n/
regexcmp.cpp 51 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) :
59 fRXPat = rxp;
73 if (U_SUCCESS(status) && U_FAILURE(rxp->fDeferredStatus)) {
74 status = rxp->fDeferredStatus;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_infoele.h 1064 RxPipeStatistics_t rxp; member in struct:ACXStatisticsStruct
    [all...]

Completed in 168 milliseconds