HomeSort by relevance Sort by last modified time
    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 442 class SetLogHandler : public WifiCommand
447 SetLogHandler(wifi_interface_handle iface, int id, wifi_ring_buffer_data_handler handler)
448 : WifiCommand("SetLogHandler", iface, id), mHandler(handler)
485 // ALOGD("In SetLogHandler::handleEvent");
531 SetLogHandler *cmd = new SetLogHandler(iface, id, handler);
553 SetLogHandler *cmd = new SetLogHandler(iface, id, handler);

Completed in 88 milliseconds