HomeSort by relevance Sort by last modified time
    Searched full:requestlock (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/win8/metro_driver/ime/
text_store.h 39 // - TSF manager calls TextStore::RequestLock().
52 // - TSF manager calls TextStore::RequestLock().
63 // - TSF manager calls TextStore::RequestLock().
77 // When TSF manager manipulates the string buffer it calls RequestLock() to get
80 // RequestLock() is called from only one thread, but called recursively in
181 STDMETHOD(RequestLock)(DWORD lock_flags, HRESULT* result) OVERRIDE;
296 // Queue of the lock request used in RequestLock().
text_store.cc 483 STDMETHODIMP TextStore::RequestLock(DWORD lock_flags, HRESULT* result) {
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyResultMapper.java 315 Boolean requestLock = request.get(CaptureRequest.CONTROL_AE_LOCK);
316 if (requestLock != null && requestLock != lock) {
318 "mapAe - android.control.aeLock was requested to " + requestLock +
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 395 virtual HRESULT STDMETHODCALLTYPE RequestLock(
566 HRESULT (STDMETHODCALLTYPE *RequestLock)(
745 #define ITextStoreACP_RequestLock(This,dwLockFlags,phrSession) (This)->lpVtbl->RequestLock(This,dwLockFlags,phrSession)
788 return This->lpVtbl->RequestLock(This,dwLockFlags,phrSession);
    [all...]

Completed in 375 milliseconds