Home
last modified time | relevance | path

Searched refs:getBase (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java471 return getBase(key); in get()
575 return getBase(key.getNativeKey()); in getBase()
578 private <T> T getBase(CaptureResult.Key<T> key) { in getBase() method in CameraMetadataNative
579 return getBase(key.getNativeKey()); in getBase()
582 private <T> T getBase(CaptureRequest.Key<T> key) { in getBase() method in CameraMetadataNative
583 return getBase(key.getNativeKey()); in getBase()
586 private <T> T getBase(Key<T> key) { in getBase() method in CameraMetadataNative
1411 StreamConfiguration[] configurations = getBase( in getStreamConfigurationMap()
1429 StreamConfiguration[] heicConfigurations = getBase( in getStreamConfigurationMap()
1454 StreamConfiguration[] configurations = getBase( in getStreamConfigurationMapMaximumResolution()
[all …]
/aosp12/frameworks/native/include/binder/
H A DIMemory.h42 virtual void* getBase() const = 0;
49 void* base() const { return getBase(); } in base()
H A DMemoryHeapBase.h64 void* getBase() const override;
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIMemory.h42 virtual void* getBase() const = 0;
49 void* base() const { return getBase(); } in base()
H A DMemoryHeapBase.h64 void* getBase() const override;
/aosp12/system/tools/xsdc/src/com/android/xsdc/
H A DXsdHandler.java406 type = setDeprecatedAndFinal(new XsdComplexContent(name, child.getBase(), in makeComplexType()
412 type = setDeprecatedAndFinal(new XsdSimpleContent(name, child.getBase(), in makeComplexType()
434 content = new XsdComplexContent(null, extension.getBase(), in makeComplexContent()
439 XsdType base = restriction.getBase(); in makeComplexContent()
464 content = new XsdSimpleContent(null, extension.getBase(), in makeSimpleContent()
468 content = new XsdSimpleContent(null, restriction.getBase(), null); in makeSimpleContent()
536 type = new XsdRestriction(name, ((XsdGeneralRestriction) tag).getBase(), null); in makeSimpleType()
542 type = new XsdRestriction(name, ((XsdEnumRestriction) tag).getBase(), in makeSimpleType()
/aosp12/system/tools/xsdc/src/com/android/xsdc/java/
H A DJavaCodeGenerator.java711 if (complexType.getBase() != null) { in stackComponents()
712 QName baseRef = complexType.getBase().getRef(); in stackComponents()
749 if (complexType.getBase() == null) return null; in getBaseName()
750 if (complexType.getBase().getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in getBaseName()
753 XsdType base = getType(complexType.getBase().getRef().getLocalPart()); in getBaseName()
762 assert simpleContent.getBase() != null; in getValueType()
763 QName baseRef = simpleContent.getBase().getRef(); in getValueType()
846 return parseSimpleType(restriction.getBase(), traverse); in parseSimpleTypeValue()
/aosp12/system/tools/xsdc/src/com/android/xsdc/tag/
H A DXsdEnumRestriction.java32 public XsdType getBase() { in getBase() method in XsdEnumRestriction
H A DXsdRestriction.java37 public XsdType getBase() { in getBase() method in XsdRestriction
H A DXsdGeneralExtension.java40 public XsdType getBase() { in getBase() method in XsdGeneralExtension
H A DXsdGeneralRestriction.java40 public XsdType getBase() { in getBase() method in XsdGeneralRestriction
H A DXsdComplexType.java44 public XsdType getBase() { in getBase() method in XsdComplexType
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DPausableChronometer.java73 mTimeWhenPaused = SystemClock.elapsedRealtime() - getBase(); in pause()
/aosp12/system/tools/xsdc/src/com/android/xsdc/cpp/
H A DCppCodeGenerator.java877 if (complexType.getBase() != null) { in stackComponents()
878 QName baseRef = complexType.getBase().getRef(); in stackComponents()
916 if (complexType.getBase() == null) return null; in getBaseName()
917 if (complexType.getBase().getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in getBaseName()
920 XsdType base = getType(complexType.getBase().getRef().getLocalPart()); in getBaseName()
929 assert simpleContent.getBase() != null; in getValueType()
930 QName baseRef = simpleContent.getBase().getRef(); in getValueType()
1012 return parseSimpleType(restriction.getBase(), traverse); in parseSimpleTypeValue()
/aosp12/frameworks/base/media/jni/soundpool/
H A DSound.cpp84 auto writePos = static_cast<uint8_t*>(heap->getBase()); in decode()
223 __func__, mHeap->getBase(), mSizeInBytes, sampleRate, channelCount); in doLoad()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DTextProgressBar.java121 mDuration = (int) (durationBase - mChronometer.getBase()); in setDurationBase()
/aosp12/system/libhidl/transport/token/1.0/utils/include/hidl/
H A DHybridInterface.h215 HalInterface* getBase() { return mBase.get(); } in getBase() function
283 BaseInterface* getBase() { return mBase.get(); } in getBase() function
/aosp12/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp167 void* MemoryHeapBase::getBase() const { in getBase() function in android::MemoryHeapBase
H A DIMemory.cpp86 void* getBase() const override;
369 void* BpMemoryHeap::getBase() const { in getBase() function in android::BpMemoryHeap
/aosp12/frameworks/base/core/java/android/widget/
H A DChronometer.java187 public long getBase() { in getBase() method in Chronometer
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp275 void* captureMemory = mCaptureHeap->getBase(); in processNewCapture()
/aosp12/frameworks/av/media/libstagefright/
H A DCameraSource.cpp811 (uint8_t*)heap->getBase() + offset); in releaseRecordingFrame()
1055 (uint8_t*)heap->getBase() + offset); in processBufferQueueFrame()
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h162 sp<Base> const& getBase() const;
/aosp12/packages/apps/Dialer/java/com/android/incallui/contactgrid/
H A DContactGridManager.java442 bottomTimerView.getBase()); in updateBottomRow()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp488 sp<IBase> base = client->getBase(); in setListener()

12