OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetLogHandler
(Results
1 - 10
of
10
) sorted by null
/external/protobuf/src/google/protobuf/stubs/
common_unittest.cc
104
LogHandler* old_handler =
SetLogHandler
(NULL);
111
EXPECT_TRUE(
SetLogHandler
(old_handler) == NULL);
120
LogHandler* old_handler =
SetLogHandler
(&CaptureLog);
126
EXPECT_TRUE(
SetLogHandler
(old_handler) == &CaptureLog);
140
LogHandler* old_handler =
SetLogHandler
(&CaptureLog);
152
EXPECT_TRUE(
SetLogHandler
(old_handler) == &CaptureLog);
common.cc
208
LogHandler*
SetLogHandler
(LogHandler* new_func) {
common.h
768
// these messages be sent somewhere other than stderr, call
SetLogHandler
()
772
// Obviously,
SetLogHandler
is not thread-safe. You should only call it
778
LIBPROTOBUF_EXPORT LogHandler*
SetLogHandler
(LogHandler* new_func);
786
// a big deal. If you want to intercept log messages, use
SetLogHandler
().
[
all
...]
/external/protobuf/src/google/protobuf/testing/
googletest.cc
218
old_handler_ =
SetLogHandler
(&HandleLog);
222
SetLogHandler
(old_handler_);
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
logging.h
209
// these messages be sent somewhere other than stderr, call
SetLogHandler
()
213
// Obviously,
SetLogHandler
is not thread-safe. You should only call it
219
LIBPROTOBUF_EXPORT LogHandler*
SetLogHandler
(LogHandler* new_func);
227
// a big deal. If you want to intercept log messages, use
SetLogHandler
().
/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
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h
765
// these messages be sent somewhere other than stderr, call
SetLogHandler
()
769
// Obviously,
SetLogHandler
is not thread-safe. You should only call it
775
LIBPROTOBUF_EXPORT LogHandler*
SetLogHandler
(LogHandler* new_func);
783
// a big deal. If you want to intercept log messages, use
SetLogHandler
().
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h
765
// these messages be sent somewhere other than stderr, call
SetLogHandler
()
769
// Obviously,
SetLogHandler
is not thread-safe. You should only call it
775
LIBPROTOBUF_EXPORT LogHandler*
SetLogHandler
(LogHandler* new_func);
783
// a big deal. If you want to intercept log messages, use
SetLogHandler
().
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h
765
// these messages be sent somewhere other than stderr, call
SetLogHandler
()
769
// Obviously,
SetLogHandler
is not thread-safe. You should only call it
775
LIBPROTOBUF_EXPORT LogHandler*
SetLogHandler
(LogHandler* new_func);
783
// a big deal. If you want to intercept log messages, use
SetLogHandler
().
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h
765
// these messages be sent somewhere other than stderr, call
SetLogHandler
()
769
// Obviously,
SetLogHandler
is not thread-safe. You should only call it
775
LIBPROTOBUF_EXPORT LogHandler*
SetLogHandler
(LogHandler* new_func);
783
// a big deal. If you want to intercept log messages, use
SetLogHandler
().
[
all
...]
Completed in 991 milliseconds