Searched defs:active (Results 1 - 25 of 240) sorted by path

12345678910

/external/aac/libAACenc/src/
H A Daacenc_tns.cpp367 tns active flag
379 INT active,
389 tC->tnsActive = (active) ? TRUE : FALSE;
946 /* if TNS is active in at least one channel, check if ParCor coefficients of higher filter are similar */
371 FDKaacEnc_InitTnsConfiguration(INT bitRate, INT sampleRate, INT channels, INT blockType, INT granuleLength, INT ldSbrPresent, TNS_CONFIG *tC, PSY_CONFIGURATION *pC, INT active, INT useTnsPeak) argument
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hl_api.h276 BOOLEAN active; /* true if this item is in use */ member in struct:__anon840
/external/bluetooth/bluedroid/btif/co/
H A Dbta_av_co.c149 BOOLEAN active; member in struct:__anon987
190 return bta_av_co_cb.cp.active;
560 bta_av_co_cb.cp.active = TRUE;
567 bta_av_co_cb.cp.active = FALSE;
707 bta_av_co_cb.cp.active = TRUE;
714 bta_av_co_cb.cp.active = FALSE;
840 else if ((num_protect == 1) && (!bta_av_co_cb.cp.active))
1533 bta_av_co_cb.cp.active = TRUE;
1538 bta_av_co_cb.cp.active = FALSE;
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_hl.h124 BOOLEAN active; member in struct:__anon1025
220 BOOLEAN active; member in struct:__anon1033
/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc189 aura::Window* active = activation_client->GetActiveWindow(); local
194 if (active && focused != active)
195 tracker.Add(active);
210 // Restore focused/active window.
216 } else if (tracker.Contains(active)) {
217 activation_client->ActivateWindow(active);
/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc369 // no dimmer active, the function will return -1.
818 bool active) {
820 if (active)
817 OnWidgetActivationChanged(views::Widget* widget, bool active) argument
/external/chromium_org/ash/system/
H A Dstatus_area_widget.cc131 void StatusAreaWidget::OnNativeWidgetActivationChanged(bool active) { argument
132 Widget::OnNativeWidgetActivationChanged(active);
133 if (active)
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.cc160 bool active() const { function in class:ash::TouchTrace
224 if (!traces_[next_trace_index_].active())
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.cc470 bool active) {
723 // The currently active window is not |native_window_| and it is not a
726 // 1) The active window is a transient child of |native_window_|.
468 OnWidgetActivationChanged( views::Widget* widget, bool active) argument
H A Dwindow_positioner.cc188 // Get the active window.
189 aura::Window* active = ash::wm::GetActiveWindow(); local
190 if (active && active->GetRootWindow() != root_window)
191 active = NULL;
201 // Find the index of the current active window.
202 if (active)
203 iter = std::find(windows.begin(), windows.end(), active);
445 // We handle the Multi monitor support by retrieving the active window's
H A Dwindow_state.cc447 aura::Window* active = GetActiveWindow(); local
448 return active ? GetWindowState(active) : NULL;
/external/chromium_org/athena/screen/
H A Dscreen_accelerator_handler.cc46 aura::Window* active,
55 << ((window == active) ? " [active] " : " ")
60 PrintWindowHierarchy(window->children()[i], active, indent + 3, out);
64 aura::Window* active = local
68 PrintWindowHierarchy(root_window, active, 0, &out);
45 PrintWindowHierarchy(aura::Window* window, aura::Window* active, int indent, std::ostringstream* out) argument
/external/chromium_org/athena/wm/
H A Dwindow_manager_impl.cc200 // Activate the window which was active prior to entering overview.
220 void WindowManagerImpl::SetInOverview(bool active) { argument
222 if (active == in_overview)
226 active ? NULL : split_view_controller_.get());
227 if (active) {
360 // Make sure |window| is active.
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.h36 PictureLayerImpl* active; member in struct:cc::PictureLayerImpl::Pair
137 // PushPropertiesTo active tree => pending tree.
/external/chromium_org/cc/resources/
H A Dtile_priority.h59 TilePriority(const TilePriority& active, const TilePriority& pending) { argument
60 if (active.resolution == HIGH_RESOLUTION ||
63 else if (active.resolution == LOW_RESOLUTION ||
70 active.required_for_activation || pending.required_for_activation;
72 if (active.priority_bin < pending.priority_bin) {
73 priority_bin = active.priority_bin;
74 distance_to_visible = active.distance_to_visible;
75 } else if (active.priority_bin > pending.priority_bin) {
79 priority_bin = active.priority_bin;
81 std::min(active
[all...]
/external/chromium_org/cc/scheduler/
H A Ddelay_based_time_source.cc82 base::TimeTicks DelayBasedTimeSource::SetActive(bool active) { argument
83 TRACE_EVENT1("cc", "DelayBasedTimeSource::SetActive", "active", active);
84 if (active == active_)
86 active_ = active;
95 // Determine if there was a tick that was missed while not active.
141 // If we aren't active, there's no need to reset the timer.
311 state->SetBoolean("active", active_);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc183 void SetActive(bool active) { argument
184 if (active != time_source_->Active())
185 time_source_->SetActive(active);
273 // LTHI always has an active tree.
320 // by the main thread, so the active tree needs to be updated as if these sent
354 // active.
1605 // We have released tilings for both active and pending tree.
1607 // Prevent the active tree from drawing until activation.
1730 // Update the delta from the active tree, which may have
1773 // Now that we've synced everything from the pending tree to the active
[all...]
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl.cc173 // Build the active input method descriptors from the active input
242 // layouts, so it appears first on the list of active input
380 // Record histogram for active input method count.
473 // Remove the active input methods with |extension_id|.
542 bool active = active_iter != active_input_method_ids.end(); local
545 if (active && !enabled)
548 if (!active && enabled)
551 if (active == !enabled)
638 DVLOG(1) << "active inpu
[all...]
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log.cc366 // Check if the watchdog extension is previously installed and active.
464 void ActivityLog::SetWatchdogAppActiveForTesting(bool active) { argument
465 watchdog_apps_active_ = active ? 1 : 0;
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.cc168 bool* active) const {
170 extension_id, type, command, active, BROWSER_ACTION);
176 bool* active) const {
178 extension_id, type, command, active, PAGE_ACTION);
390 bool active = false; local
394 &active) &&
395 active && accelerator == prospective_command.accelerator()) {
404 &active) &&
405 active && accelerator == prospective_command.accelerator()) {
717 // Get the active shortcu
818 GetExtensionActionCommand( const std::string& extension_id, QueryType query_type, Command* command, bool* active, ExtensionCommandType action_type) const argument
[all...]
H A Dcommands.cc13 const extensions::Command& command, bool active) {
18 active ? command.accelerator().GetShortcutText() :
32 bool active = false; local
36 &active)) {
37 command_list->Append(CreateCommandValue(browser_action, active));
44 &active)) {
45 command_list->Append(CreateCommandValue(page_action, active));
59 active = (shortcut_assigned.key_code() != ui::VKEY_UNKNOWN);
61 command_list->Append(CreateCommandValue(iter->second, active));
12 CreateCommandValue( const extensions::Command& command, bool active) argument
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.cc147 bool active = app_window_->GetBaseWindow()->IsActive(); local
148 if (active == is_active_)
150 is_active_ = active;
151 // Let the extension API know that the active window changed.
157 active ? this : NULL);
H A Dtabs_api.cc261 // Note: currently this returns the last active browser. If we decide to
263 // WindowControllerList that mirrors the active behavior of BrowserList.
894 if (!MatchesBool(params->query_info.active.get(),
932 AssignOptionalValue(params->create_properties.selected, options.active);
933 // The 'active' property has replaced the 'selected' property.
934 AssignOptionalValue(params->create_properties.active, options.active);
1091 // By default, we make the first tab in the list active.
1150 bool active = false; local
1151 // TODO(rafaelw): Setting |active| fro
[all...]
H A Dtabs_event_router.cc183 bool active,
191 tab_value->SetBoolean(tabs_constants::kSelectedKey, active);
196 bool active) {
203 base::Bind(&WillDispatchTabCreatedEvent, contents, active);
211 bool active) {
217 TabCreatedAt(contents, index, active);
182 WillDispatchTabCreatedEvent(WebContents* contents, bool active, content::BrowserContext* context, const Extension* extension, base::ListValue* event_args) argument
194 TabCreatedAt(WebContents* contents, int index, bool active) argument
209 TabInsertedAt(WebContents* contents, int index, bool active) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_tab_util.cc151 // represents the active tab.
192 // Default to foreground for the new tab. The presence of 'active' property
194 bool active = true; local
195 if (params.active.get())
196 active = *params.active;
230 int add_types = active ? TabStripModel::ADD_ACTIVE : TabStripModel::ADD_NONE;
237 active ? NEW_FOREGROUND_TAB : NEW_BACKGROUND_TAB;
250 if (active)

Completed in 6001 milliseconds

12345678910