HomeSort by relevance Sort by last modified time
    Searched refs:response_handler (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
memory_backend_unittest.py 72 response_handler = mock.Mock(return_value={'result': {}})
74 'Memory.setPressureNotificationsSuppressed', response_handler)
78 self.assertEqual(1, response_handler.call_count)
79 self.assertTrue(response_handler.call_args[0][0]['params']['suppressed'])
82 self.assertEqual(2, response_handler.call_count)
83 self.assertFalse(response_handler.call_args[0][0]['params']['suppressed'])
86 response_handler = mock.Mock()
89 'Memory.setPressureNotificationsSuppressed', response_handler)
92 response_handler.return_value = {
99 self.assertEqual(1, response_handler.call_count
    [all...]
  /hardware/qcom/wlan/cld80211-lib/
cld80211_lib.c 116 static int response_handler(struct nl_msg *msg, void *arg) function
378 response_handler, valid_data);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 332 static int response_handler(struct nl_msg *msg, void *arg);
cpp_bindings.cpp 609 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, response_handler, this);
676 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { function in class:WifiCommand
677 // ALOGD("response_handler called");
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 379 static int response_handler(struct nl_msg *msg, void *arg);
cpp_bindings.cpp 615 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, response_handler, this);
678 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { function in class:WifiCommand

Completed in 502 milliseconds