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

1 2

  /system/connectivity/wifilogd/
main_loop.h 25 #include "wifilogd/command_processor.h"
26 #include "wifilogd/os.h"
29 namespace wifilogd { namespace in namespace:android
31 // The main event loop for wifilogd.
54 } // namespace wifilogd
memory_reader.cpp 17 #include "wifilogd/memory_reader.h"
20 namespace wifilogd { namespace in namespace:android
33 } // namespace wifilogd
raw_os.cpp 22 #include "wifilogd/raw_os.h"
25 namespace wifilogd { namespace in namespace:android
54 } // namespace wifilogd
raw_os.h 26 #include "wifilogd/local_utils.h"
29 namespace wifilogd { namespace in namespace:android
58 } // namespace wifilogd
command_processor.h 26 #include "wifilogd/local_utils.h"
27 #include "wifilogd/memory_reader.h"
28 #include "wifilogd/message_buffer.h"
29 #include "wifilogd/os.h"
32 namespace wifilogd { namespace in namespace:android
91 } // namespace wifilogd
byte_buffer.h 25 #include "wifilogd/local_utils.h"
28 namespace wifilogd { namespace in namespace:android
66 } // namespace wifilogd
main_loop.cpp 25 #include "wifilogd/main_loop.h"
26 #include "wifilogd/protocol.h"
29 namespace wifilogd { namespace in namespace:android
86 } // namespace wifilogd
runtests.sh 27 echo "+ mmma -j32 $ANDROID_BUILD_TOP/system/connectivity/wifilogd"
29 MODULES-IN-system-connectivity-wifilogd
memory_reader.h 23 #include "wifilogd/local_utils.h"
26 namespace wifilogd { namespace in namespace:android
70 } // namespace wifilogd
message_buffer.cpp 22 #include "wifilogd/message_buffer.h"
25 namespace wifilogd { namespace in namespace:android
94 } // namespace wifilogd
os.h 30 #include "wifilogd/local_utils.h"
31 #include "wifilogd/raw_os.h"
34 namespace wifilogd { namespace in namespace:android
105 } // namespace wifilogd
command_processor.cpp 28 #include "wifilogd/byte_buffer.h"
29 #include "wifilogd/command_processor.h"
30 #include "wifilogd/local_utils.h"
31 #include "wifilogd/memory_reader.h"
32 #include "wifilogd/protocol.h"
35 namespace wifilogd { namespace in namespace:android
272 } // namespace wifilogd
message_buffer.h 26 #include "wifilogd/local_utils.h"
29 namespace wifilogd { namespace in namespace:android
113 } // namespace wifilogd
Android.mk 28 ### wifilogd static library
48 ### wifilogd unit tests.
protocol.h 25 namespace wifilogd { namespace in namespace:android
100 } // namespace wifilogd
  /system/connectivity/wifilogd/tests/
mock_command_processor.h 23 #include "wifilogd/command_processor.h"
26 namespace wifilogd { namespace in namespace:android
40 } // namespace wifilogd
mock_os.cpp 17 #include "wifilogd/tests/mock_os.h"
20 namespace wifilogd { namespace in namespace:android
25 } // namespace wifilogd
mock_raw_os.cpp 17 #include "wifilogd/tests/mock_raw_os.h"
20 namespace wifilogd { namespace in namespace:android
25 } // namespace wifilogd
mock_command_processor.cpp 19 #include "wifilogd/tests/mock_command_processor.h"
20 #include "wifilogd/tests/mock_os.h"
23 namespace wifilogd { namespace in namespace:android
38 } // namespace wifilogd
mock_os.h 26 #include "wifilogd/os.h"
29 namespace wifilogd { namespace in namespace:android
49 } // namespace wifilogd
mock_raw_os.h 23 #include "wifilogd/raw_os.h"
26 namespace wifilogd { namespace in namespace:android
45 } // namespace wifilogd
main_loop_unittest.cpp 25 #include "wifilogd/tests/mock_command_processor.h"
26 #include "wifilogd/tests/mock_os.h"
28 #include "wifilogd/main_loop.h"
29 #include "wifilogd/protocol.h"
32 namespace wifilogd { namespace in namespace:android
141 } // namespace wifilogd
protocol_unittest.cpp 22 #include "wifilogd/protocol.h"
25 namespace wifilogd { namespace in namespace:android
34 // newer versions of wifilogd.
96 } // namespace wifilogd
memory_reader_unittest.cpp 21 #include "wifilogd/byte_buffer.h"
22 #include "wifilogd/local_utils.h"
23 #include "wifilogd/memory_reader.h"
26 namespace wifilogd { namespace in namespace:android
213 } // namespace wifilogd
byte_buffer_unittest.cpp 23 #include "wifilogd/byte_buffer.h"
26 namespace wifilogd { namespace in namespace:android
141 } // namespace wifilogd

Completed in 4950 milliseconds

1 2