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

  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
IFmRadio.aidl 52 boolean rxSetRssiThreshold(int threshhold);
53 boolean rxSetRssiThreshold_nb(int threshhold);
FmRadio.java 671 public boolean rxSetRssiThreshold(int threshhold) {
676 return mService.rxSetRssiThreshold(threshhold);
688 public boolean rxSetRssiThreshold_nb(int threshhold) {
693 return mService.rxSetRssiThreshold_nb(threshhold);
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java     [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 3488 const mDNSs32 threshhold = m->timenow + mDNSPlatformOneSecond; \/\/ See if there are any records expiring within one second local
    [all...]

Completed in 155 milliseconds