HomeSort by relevance Sort by last modified time
    Searched full:activated (Results 101 - 125 of 889) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c 620 evt_data.activated.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
621 evt_data.activated.local_link_miu = nfa_p2p_cb.local_link_miu;
622 evt_data.activated.remote_link_miu = nfa_p2p_cb.remote_link_miu;
721 /* if LLCP is already activated */
724 evt_data.activated.handle = (NFA_HANDLE_GROUP_P2P | server_sap);
725 evt_data.activated.local_link_miu = nfa_p2p_cb.local_link_miu;
726 evt_data.activated.remote_link_miu = nfa_p2p_cb.remote_link_miu;
768 /* if LLCP is already activated */
771 evt_data.activated.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
772 evt_data.activated.local_link_miu = nfa_p2p_cb.local_link_miu
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 77 #define NFA_STATUS_WRONG_PROTOCOL NFC_STATUS_WRONG_PROTOCOL /* Protocol mismatch between API and activated one */
228 #define NFA_ACTIVATED_EVT 5 /* NFC link/protocol activated */
236 #define NFA_LLCP_ACTIVATED_EVT 13 /* LLCP link is activated */
466 tNFA_ACTIVATED activated; /* NFA_ACTIVATED_EVT */ member in union:__anon20549
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 120 ** Description: What is the current state: Idle, Sleep, or Activated.
122 ** Returns: Idle, Sleep, or Activated.
173 ** Description: Is tag activated?
175 ** Returns: True if tag is activated.
229 ** activated. This is needed due to a problem with some Kovio
234 ** activated, false otherwise
1315 tNFA_ACTIVATED& activated = data->activated; local
    [all...]
  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 24 ACTIVATED, // Thread watching activated.
27 DEACTIVATED, // Thread watching de-activated.
110 State old_state = UpdateState(ACTIVATED);
117 EXPECT_TRUE(old_state == ACTIVATED || old_state == SENT_PING ||
124 EXPECT_TRUE(old_state == ACTIVATED || old_state == RECEIVED_PONG);
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_list.js 11 * activated.
78 // Dispatched when the action linked is activated.
102 /** @param {boolean} isShowAll Whether the show-all button is activated. */
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 51 // used when the window is activated and deactivated.
99 // Called when another app was activated.
102 // Called when the window was activated or deactivated. |active| reflects the
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 190 NFA_DTA_ST_ACTIVATED /* Activated, listen mode */
194 /* DTA Substates (while in ACTIVATED state) - substate enumerations are found in protocol-specific files (nfa_dta_XXX.c) */
275 TIMER_LIST_ENT protocol_timer; /* timer for the activated protocol if needed */
  /external/bison/lib/
fseterr.c 54 Not activated on any system, because there is no way to repair FP when
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.h 77 // has not been activated.
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller.h 8 // tab is focused/activated. There may be more than one PP tab open. There is a
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.h 22 // activated before the modal dialog is displayed.
  /external/chromium_org/ash/wm/
mru_window_tracker.h 76 // List of windows that have been activated in containers that we cycle
overlay_event_filter.h 51 // Cancels the partial screenshot UI. Do nothing if it's not activated.
  /external/chromium_org/base/timer/
hi_res_timer_manager_unittest.cc 38 // But the Time class has it off, because it hasn't been activated.
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.cc 76 // The animation should only be activated if the scroll updated occurred
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 73 // Reconnecting to network. Used for networks activated over cellular
76 // Passively waiting for a network connection. Used for networks activated
261 // Service path of network being activated. Note that the path can change
264 // Device on which the network service is activated. While the service path
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config_service.h 56 // stored in |current_ui_config_| but not activated on network stack, and
  /external/chromium_org/chrome/browser/profiles/
profile_window.h 24 // window that was most recently active is activated. This is used for
  /external/chromium_org/chrome/browser/ui/autofill/
tab_autofill_manager_delegate.h 36 // Called when the tab corresponding to |this| instance is activated.
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
chromeframe.js 64 * Determines if Google Chrome Frame is activated or locally available for
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt_window.h 52 // |uninstall_closure| is invoked if/when the Uninstall button is activated.
  /external/chromium_org/content/browser/device_orientation/
data_fetcher_shared_memory_base.h 28 // be successfully activated.
  /external/chromium_org/content/worker/
worker_main.cc 49 // Sandbox should already be activated at this point.
  /external/chromium_org/ui/app_list/
app_list_item_model.h 27 // and action to be executed when the AppListItemView is activated.
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_handler.h 62 // The activated window.

Completed in 729 milliseconds

1 2 3 45 6 7 8 91011>>