OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetLogHandler
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/stubs/
common.cc
208
LogHandler*
SetLogHandler
(LogHandler* new_func) {
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_logger.cpp
475
class
SetLogHandler
: public WifiCommand
480
SetLogHandler
(wifi_interface_handle iface, int id, wifi_ring_buffer_data_handler handler)
481
: WifiCommand("
SetLogHandler
", iface, id), mHandler(handler)
518
// ALOGD("In
SetLogHandler
::handleEvent");
564
SetLogHandler
*cmd = new
SetLogHandler
(iface, id, handler);
589
SetLogHandler
*cmd = new
SetLogHandler
(iface, id, handler);
[
all
...]
Completed in 82 milliseconds