HomeSort by relevance Sort by last modified time
    Searched full:sniff (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /system/bt/bta/dm/
bta_dm_cfg.cc 155 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
161 {BTA_DM_PM_NO_ACTION, 0}}, /* conn open sniff */
168 {BTA_DM_PM_NO_ACTION, 0}}, /* sco close sniff */
176 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
187 {BTA_DM_PM_NO_ACTION, 0}}, /* sco open sniff */
216 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
222 {BTA_DM_PM_NO_ACTION, 0}}, /* conn open sniff */
237 {(BTA_DM_PM_SNIFF), /* allow sniff */
243 {BTA_DM_PM_NO_ACTION, 0}}, /* conn open sniff */
257 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
    [all...]
bta_dm_pm.cc 646 /* dont initiate SNIFF, if link_policy has it disabled */
652 "bta_dm_pm_set_mode: Link policy disallows SNIFF, ignore request");
685 * Description Switch to sniff mode.
688 * Returns true if sniff attempted, false otherwise.
705 /* Dont initiate Sniff if controller has alreay accepted
706 * remote sniff params. This avoid sniff loop issue with
707 * some agrresive headsets who use sniff latencies more than
708 * DUT supported range of Sniff intervals.*/
710 APPL_TRACE_DEBUG("%s: already in remote initiate sniff", __func__)
    [all...]
bta_dm_int.h 205 0x01 /* set this bit if call BTM_SetPowerMode(sniff) */
207 0x02 /* set this bit if call BTM_SetPowerMode(sniff) & enter sniff mode */
208 #define BTA_DM_DI_ACP_SNIFF 0x04 /* set this bit if peer init sniff */
268 * Keep three different timers for PARK, SNIFF and SUSPEND if TBFC is
397 policy_settings; /* link policy setting hold, sniff, park, MS switch */
431 uint8_t allow_mask; /* mask of sniff/hold/park modes to allow */
  /external/scapy/test/
answering_machines.uts 12 @mock.patch("scapy.ansmachine.sniff")
14 def sniff(*args,**kargs):
16 mock_sniff.side_effect = sniff
109 @mock.patch("scapy.layers.dot11.sniff")
111 def sniff(*args,**kargs):
113 mock_sniff.side_effect = sniff
sendsniff.uts 1 % send, sniff, sr* tests for Scapy
25 = Run a sniff thread on the tap1 **interface**
28 target=sniff,
50 = Run a sniff thread on the tap1 **interface**
53 target=sniff,
107 = Run a sniff thread on the tun1 **interface**
110 target=sniff,
134 = Run a sniff thread on the tun1 **interface**
137 target=sniff,
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-fork.c 7 * This test does a fork syscall inside a transaction. Basic sniff test
  /external/scapy/scapy/
ansmachine.py 16 from scapy.sendrecv import send,sendp,sniff
126 self.sniff()
130 def sniff(self): member in class:AnsweringMachine
131 sniff(**self.optsniff)
sendrecv.py 598 # SNIFF METHODS
601 def sniff(count=0, store=True, offline=None, prn=None, lfilter=None, function
606 Sniff packets and return a list of packets.
650 >>> sniff(filter="arp")
652 >>> sniff(lfilter=lambda pkt: ARP in pkt)
654 >>> sniff(iface="eth0", prn=Packet.summary)
656 >>> sniff(iface=["eth0", "mon0"],
660 >>> sniff(iface={"eth0": "Ethernet", "mon0": "Wifi"},
777 """Forward traffic between interfaces if1 and if2, sniff and return
792 The other arguments are the same than for the function sniff(),
    [all...]
  /prebuilts/go/darwin-x86/src/image/
format.go 63 // Sniff determines the format of r's data.
64 func sniff(r reader) format { func
80 f := sniff(rr)
94 f := sniff(rr)
  /prebuilts/go/linux-x86/src/image/
format.go 63 // Sniff determines the format of r's data.
64 func sniff(r reader) format { func
80 f := sniff(rr)
94 f := sniff(rr)
  /external/dng_sdk/source/
dng_abort_sniffer.h 111 // A way to call Sniff while bypassing the priority wait.
115 Sniff ();
132 virtual void Sniff () = 0;
197 void Sniff ()
dng_abort_sniffer.cpp 214 sniffer->Sniff ();
  /external/scapy/doc/
scapy.1.gz 
  /external/scapy/scapy/modules/
voip.py 16 from scapy.sendrecv import sniff
88 sniff(store=0, prn=play, **kargs)
131 sniff(store=0, prn=play, **kargs)
147 sniff(store=0, prn=play, **kargs)
  /external/skia/tools/
get_images_from_skps.cpp 52 void sniff(const void* ptr, size_t len) { function in struct:Sniffer
135 Sniffer sniff(file.c_str());
139 ((Sniffer*)ctx)->sniff(data->data(), data->size());
143 procs.fImageCtx = &sniff;
  /external/skqp/tools/
get_images_from_skps.cpp 52 void sniff(const void* ptr, size_t len) { function in struct:Sniffer
135 Sniffer sniff(file.c_str());
139 ((Sniffer*)ctx)->sniff(data->data(), data->size());
143 procs.fImageCtx = &sniff;
  /system/bt/doc/
power_management.md 38 it's willing to go to into SNIFF and specifies that as an action, and say, a PAN
39 connection is up which specifies it is willing to go into SNIFF, but its action
66 level specifies a set of parameters for the SNIFF mode which relate to the
68 action is still the same, however -- SNIFF mode is attempted. There are
140 `BTM_ReadRemoteFeatures` and `BTM_SetPowerMode` to ensure SNIFF mode is
168 - If that's non-zero and a PARK or SNIFF mode change was attempted,
177 previous PARK or SNIFF failed, otherwise it'll re-attempt the first
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaExtractorFactory.h 53 static MediaExtractor::CreatorFunc sniff(DataSourceBase *source,
  /system/bt/stack/btm/
btm_pm.cc 23 * park and sniff modes.
55 #define BTM_PM_NUM_SET_MODES 3 /* only hold, sniff & park */
776 /* There might be any pending packets due to SNIFF or PENDING state */
829 * Description This function is called when an HCI sniff subrating event
858 /* using legacy sniff */
878 * Description This function is called to check if in active or sniff mode
880 * Returns true, if in active or sniff mode
884 /* The active state is the highest state-includes connected device and sniff
887 /* Covers active and sniff modes */
956 return "SNIFF";
    [all...]
  /external/dagger2/core/
pom.xml 65 <id>sniff-api</id>
  /external/python/cpython2/Lib/test/
test_csv.py     [all...]
  /external/python/cpython3/Lib/test/
test_csv.py     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.0/
dagger-2.0.pom 65 <id>sniff-api</id>
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.6/
dagger-2.6.pom 65 <id>sniff-api</id>
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.7/
dagger-2.7.pom 65 <id>sniff-api</id>

Completed in 1063 milliseconds

1 2 3 4 5 6 7 8