/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/content/common/gpu/media/ |
video_accelerator_unittest_helpers.h | 27 // Used to notify a single waiter of a ClientState. 29 // Used by waiters to wait for the next ClientState Notification.
|
video_decode_accelerator_unittest.cc | 9 // - ClientState is an enum for the state of the decode client used by the test. 184 enum ClientState { 362 // calls have been made, N>=0 means interpret as ClientState. 374 ClientStateNotification<ClientState>* note, 421 void SetState(ClientState new_state); 448 ClientStateNotification<ClientState>* note_; 454 ClientState state_; 480 ClientStateNotification<ClientState>* note, 755 void GLRenderingVDAClient::SetState(ClientState new_state) { 776 SetState(static_cast<ClientState>(i)) [all...] |
video_encode_accelerator_unittest.cc | 85 enum ClientState { 98 ClientStateNotification<ClientState>* note, 119 void SetState(ClientState new_state); 137 ClientState state_; 141 ClientStateNotification<ClientState>* note_; 191 ClientStateNotification<ClientState>* note, 395 void VEAClient::SetState(ClientState new_state) { 524 ClientStateNotification<ClientState> note;
|
/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/chrome/installer/util/ |
google_update_settings.cc | 207 // Older versions of Chrome unconditionally read from HKCU\...\ClientState\... 208 // and then HKLM\...\ClientState\.... This means that system-level Chrome 233 // Otherwise, try ClientState. 264 // Write to ClientStateMedium for system-level; ClientState otherwise. 437 // Create the app's ClientState key if it doesn't already exist. 450 LOG(ERROR) << "Failed to write to application's ClientState key " 668 RegKey clientstate; local 669 if (clientstate.Open(root_key, clientstate_reg_path.c_str(), 673 if ((clientstate.ReadValueDW(google_update::kRegLastCheckSuccessField, 675 (clientstate.ReadValue(google_update::kRegVersionField [all...] |
google_chrome_distribution.h | 69 // This method reads data from the Google Update ClientState key for
|
google_update_constants.cc | 17 const wchar_t kRegPathClientState[] = L"Software\\Google\\Update\\ClientState";
|
google_update_constants.h | 22 // The difference between ClientState and ClientStateMedium is that the former
|
product_state_unittest.cc | 231 // Test extraction of the "ap" value from the ClientState key. 263 // Test extraction of the uninstall command and arguments from the ClientState 332 // 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 267 // the ClientState key for this Chrome product, if appropriate. If 275 // 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.
|
/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/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/installer/tools/ |
setup_timer.py | 111 default='Software\\Google\\Update\\ClientState\\',
|