HomeSort by relevance Sort by last modified time
    Searched defs:requestLock (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkPixelRef.cpp 190 bool SkPixelRef::requestLock(const LockRequest& request, LockResult* result) {
SkBitmap.cpp 506 if (!this->requestLock(&result)) {
693 if (!bm.requestLock(&result)) {
716 if (!this->requestLock(&result)) {
826 if (!this->requestLock(&src)) {
870 if (!src->requestLock(&srcUnlocker)) {
891 if (!tmpDst.requestLock(&dstUnlocker)) {
1021 if (!src.requestLock(&apl)) {
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyResultMapper.java 317 Boolean requestLock = request.get(CaptureRequest.CONTROL_AE_LOCK);
318 if (requestLock != null && requestLock != lock) {
320 "mapAe - android.control.aeLock was requested to " + requestLock +

Completed in 108 milliseconds