HomeSort by relevance Sort by last modified time
    Searched full:clientstate (Results 1 - 25 of 38) sorted by null

1 2

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.h 26 clientState = NULL;
31 delete clientState;
35 GLClientState *clientState;
egl.cpp 497 wctx->clientState = new GLClientState();
543 server->glEncoder()->setClientState( wctx ? wctx->clientState : NULL );
544 server->gl2Encoder()->setClientState( wctx ? wctx->clientState : NULL );
  /device/generic/goldfish/opengl/system/egl/
eglContext.h 44 GLClientState * getClientState(){ return clientState; }
47 GLClientState * clientState;
  /external/chromium_org/remoting/host/
usage_stats_consent_win.cc 22 const wchar_t kOmahaClientState[] = L"ClientState";
50 // value in the ClientState or ClientStateMedium key. Probe
  /external/chromium_org/cloud_print/common/win/
cloud_print_utils.cc 16 const wchar_t kClientStateKey[] = L"SOFTWARE\\Google\\Update\\ClientState\\";
  /external/chromium_org/chrome/installer/util/
google_update_settings.cc 170 // Older versions of Chrome unconditionally read from HKCU\...\ClientState\...
171 // and then HKLM\...\ClientState\.... This means that system-level Chrome
196 // Otherwise, try ClientState.
227 // Write to ClientStateMedium for system-level; ClientState otherwise.
396 // Create the app's ClientState key if it doesn't already exist.
409 LOG(ERROR) << "Failed to write to application's ClientState key "
597 RegKey clientstate; local
598 if (clientstate.Open(root_key, clientstate_reg_path.c_str(),
602 if ((clientstate.ReadValueDW(google_update::kRegLastCheckSuccessField,
604 (clientstate.ReadValue(google_update::kRegVersionField
    [all...]
google_chrome_distribution.h 63 // This method reads data from the Google Update ClientState key for
google_update_constants.cc 19 const wchar_t kRegPathClientState[] = L"Software\\Google\\Update\\ClientState";
google_update_constants.h 26 // The difference between ClientState and ClientStateMedium is that the former
product_state_unittest.cc 245 // Test extraction of the "ap" value from the ClientState key.
277 // Test extraction of the uninstall command and arguments from the ClientState
346 // Test extraction of the msi marker from the ClientState key.
installation_state.cc 83 // Read from the ClientState key.
124 // ClientState.
google_update_settings.h 23 // This class provides accessors to the Google Update 'ClientState' information
259 // the ClientState key for this Chrome product, if appropriate. If
267 // Reads the Google Update experiment_labels value in the ClientState key for
installer_state.h 135 // The ClientState key by which we interact with Google Update.
139 // with the ClientState key we will be interacting with.
installation_state.h 82 // True if the "msi" value in the ClientState key is present and non-zero.
product.h 106 // ClientState key.
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc 9 // - ClientState is an enum for the state of the decode client used by the test.
227 enum ClientState {
249 // Used to notify a single waiter of a ClientState.
250 void Notify(ClientState state);
251 // Used by waiters to wait for the next ClientState Notification.
252 ClientState Wait();
256 std::queue<ClientState> pending_states_for_notification_;
263 void ClientStateNotification::Notify(ClientState state) {
269 ClientState ClientStateNotification::Wait() {
273 ClientState ret = pending_states_for_notification_.front()
    [all...]
  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc 28 L"Software\\Google\\Update\\ClientState";
48 // Reads a string value from the specified product's "ClientState" registry key.
97 // specified product's "ClientState" registry key. Returns an empty FilePath if
chrome_launcher_support.h 52 // arguments from the App Launcher ClientState registry key. The uninstall will
  /frameworks/base/services/java/com/android/server/
AppOpsService.java 148 final ArrayMap<IBinder, ClientState> mClients = new ArrayMap<IBinder, ClientState>();
150 public final class ClientState extends Binder implements DeathRecipient {
155 public ClientState(IBinder appToken) {
172 return "ClientState{" +
533 ClientState cs = mClients.get(clientToken);
535 cs = new ClientState(clientToken);
603 ClientState client = (ClientState)token;
639 ClientState client = (ClientState)token
    [all...]
InputMethodManagerService.java 204 final ClientState client;
221 SessionState(ClientState _client, IInputMethod _method,
230 static final class ClientState {
242 return "ClientState{" + Integer.toHexString(
247 ClientState(IInputMethodClient _client, IInputContext _inputContext,
257 final HashMap<IBinder, ClientState> mClients
258 = new HashMap<IBinder, ClientState>();
279 ClientState mCurClient;
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.h 45 const wchar_t kApRegistryKeyBase[] = L"Software\\Google\\Update\\ClientState\\";
mini_installer.cc 142 // Opens the Google Update ClientState key for a product.
172 // Neither the product(s) nor the multi-installer will have a ClientState
175 // ClientState key in the registry. Only it need be modified.
177 // a ClientState key in the registry. Only it need be modified.
178 // To handle all cases, we inspect the product's ClientState to see if it
180 // modify the product's ClientState. Otherwise, we check the
181 // multi-installer's ClientState and modify it if it exists.
  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 29 set REGKEY="HKLM\SOFTWARE\Google\Update\ClientState\{B210701E-FFC4-49E3-932B-370728C72662}"
  /external/chromium_org/chrome/installer/setup/
install_worker.h 66 // "usagestats" value to Chrome or Chrome Frame's ClientState key. In the
69 // product-specific value into the binaries' ClientState key.
  /external/chromium_org/chrome_frame/
chrome_frame_helper_main.cc 33 L"Software\\Google\\Update\\ClientState\\"

Completed in 1612 milliseconds

1 2