Searched defs:getRegion (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRegionFragment.h27 const llvm::StringRef getRegion() const { return m_Region; } function in class:mcld::RegionFragment
28 llvm::StringRef getRegion() { return m_Region; } function in class:mcld::RegionFragment
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DDrawView.java98 public Region getRegion(Bitmap img) { method in class:DrawView
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A DDrawView.java96 public Region getRegion(Bitmap img) { method in class:DrawView
/frameworks/base/libs/hwui/
H A DClipArea.cpp383 inline static const SkRegion& getRegion(const ClipBase* scb) { function in namespace:android::uirenderer
448 other = getRegion(recordedClip);
508 SkRegion region(getRegion(clip));
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h64 const llvm::StringRef getRegion() const { function in class:mcld::EhFrame::Record
65 return RegionFragment::getRegion();
67 llvm::StringRef getRegion() { return RegionFragment::getRegion(); } function in class:mcld::EhFrame::Record
/frameworks/base/services/core/jni/BroadcastRadio/
H A DTuner.cpp202 Region getRegion(JNIEnv *env, jobject obj) { function in namespace:android::server::BroadcastRadio::Tuner
/frameworks/ml/nn/runtime/test/
H A DTestPartitioningRandom.cpp249 // - Call getRegion() as many times as needed to get the details
286 void* getRegion(unsigned regionIndex,
308 void* getRegion(unsigned regionIndex) { function in class:android::__anon1348::TestMemories
309 return getRegion(regionIndex, nullptr, nullptr, nullptr);
838 static_cast<float*>(weights.getRegion(regionIndex, &memory, &offset, &length));
1098 static_cast<float*>(ioMemories.getRegion(desc.mMemoryRegion,
1139 float* region = static_cast<float*>(ioMemories.getRegion(desc.mMemoryRegion));
1180 float* region = static_cast<float*>(ioMemories.getRegion(desc.mMemoryRegion));
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java558 public int getRegion() { method in class:RadioManager.BandDescriptor
688 if (mRegion != other.getRegion())
933 public int getRegion() { method in class:RadioManager.BandConfig
934 return mDescriptor.getRegion();
1185 mDescriptor = new BandDescriptor(descriptor.getRegion(), descriptor.getType(),
1200 mDescriptor = new BandDescriptor(config.getRegion(), config.getType(),
1215 FmBandConfig config = new FmBandConfig(mDescriptor.getRegion(),
1360 mDescriptor = new BandDescriptor(descriptor.getRegion(), descriptor.getType(),
1371 mDescriptor = new BandDescriptor(config.getRegion(), config.getType(),
1382 AmBandConfig config = new AmBandConfig(mDescriptor.getRegion(),
[all...]
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1382 final TextTrackRegion region = regionBox.getRegion();
1642 public TextTrackRegion getRegion() { method in class:WebVttRenderingWidget.RegionLayout
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java706 public String getRegion() { method in class:VCardEntry.PostalData

Completed in 291 milliseconds