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

  /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 +
  /external/skia/src/core/
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...]
SkBitmapController.cpp 122 if (!orig.requestLock(&src)) {
SkPixelRef.cpp 190 bool SkPixelRef::requestLock(const LockRequest& request, LockResult* result) {
SkWriteBuffer.cpp 202 if (fPixelSerializer && bitmap.requestLock(&result)) {
SkMipMap.cpp 415 if (!src.requestLock(&srcUnlocker)) {
SkDraw.cpp     [all...]
SkCanvas.cpp 856 if (bitmap->requestLock(&unlocker)) {
910 if (bitmap.requestLock(&unlocker)) {
    [all...]
  /external/skia/include/core/
SkPixelRef.h 206 bool requestLock(const LockRequest&, LockResult*);
SkBitmap.h 460 bool requestLock(SkAutoPixmapUnlock* result) const;
    [all...]
  /external/skia/src/image/
SkImage.cpp 123 if (as_IB(this)->getROPixels(&bm) && bm.requestLock(&apu)) {
  /external/skia/src/pdf/
SkPDFBitmap.cpp 494 if (as_IB(image)->getROPixels(&bm) && bm.requestLock(&apu)) {

Completed in 1483 milliseconds