Searched defs:get (Results 51 - 75 of 362) sorted by last modified time

1234567891011>>

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItemAdapter.java60 return mViewTypes.get(layoutRes);
141 return mPositionMap.get(id);
148 public int get(int id) { method in class:ItemAdapter.ViewTypes
149 return mPositionMap.get(id);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DPartner.java54 * Convenience to get a drawable from partner overlay, or if not available, the drawable from
65 * Convenience to get a string from partner overlay, or if not available, the string from the
81 * resources from the original context is returned. Clients can then get the resource by
86 final Partner partner = Partner.get(context);
117 public static synchronized Partner get(Context context) { method in class:Partner
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java292 return super.get("a=fmtp:" + format, ' ');
335 return super.get("a=rtpmap:" + type, ' ');
343 return super.get("a=fmtp:" + type, ' ');
402 String address = get("c", '=');
430 String encryption = get("k", '=');
442 String encryption = get("k", '=');
471 String value = get("b=" + type, ':');
501 return get("a=" + name, ':');
571 String line = mLines.get(i);
603 private String get(Strin method in class:SimpleSessionDescription.Fields
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DPropertyService.java31 String get(String key, String defaultValue); method in interface:PropertyService
H A DScanDetailCache.java70 ScanResult get(String bssid) { method in class:ScanDetailCache
76 return mMap.get(bssid);
127 ScanDetail result = list.get(i);
166 * Method to get cached scan results that are less than 'age' old.
223 * Method to get scan matches for the desired time window. Returns matches by passpoint time if
H A DSystemPropertyService.java22 public String get(String key, String defaultValue) { method in class:SystemPropertyService
23 return android.os.SystemProperties.get(key, defaultValue);
H A DWifiDiagnostics.java229 pw.print(mLastAlerts.get(i));
236 pw.print(mLastBugReports.get(i));
286 builder.append(kernelLogLines.get(i)).append("\n");
294 builder.append(logcatLines.get(i)).append("\n");
361 public final E get(int i) { method in class:WifiDiagnostics.LimitedCircularArray
362 return mArrayList.get(i);
386 ByteArrayRingBuffer ring = mRingBufferData.get(status.name);
407 mLastAlerts.get(i).clearVerboseLogs();
411 mLastBugReports.get(i).clearVerboseLogs();
513 ByteArrayRingBuffer data = mRingBufferData.get(buffe
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DBackgroundScanScheduler.java204 WifiScanner.ScanSettings setting = mScanSettingsList.get(i);
288 public Bucket get(int index) { method in class:BackgroundScanScheduler.BucketList
340 // TODO: find a way to get max channels
349 // TODO: find a way to get max batch size
424 Bucket maxScheduledBucket = mSettingsToScheduledBucket.get(settings);
541 for (ScanSettings scanRequest : mBuckets.get(i).getSettingsList()) {
740 Bucket exponentialBucket = mBuckets.get(EXPONENTIAL_BACK_OFF_BUCKET_IDX);
H A DWificondScannerImpl.java151 // TODO get channel information from wificond.
542 ScanResult result = nativeResults.get(i).getScanResult();
561 ScanResult result = nativeResults.get(i).getScanResult();
562 pnoScanResultsArray[i] = hwPnoScanResults.get(i);
606 ScanResult result = nativeResults.get(i).getScanResult();
640 scanResultsArray[i] = backgroundScanResults.get(i);
693 WifiScanner.ScanData[] results = mBackgroundScanBuffer.get();
861 public WifiScanner.ScanData[] get() { method in class:WificondScannerImpl.ScanBuffer
/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.h35 T get() const { function in class:android::JNIObject
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java430 boolean get(Time iterator, int day) method in class:RecurrenceProcessor.DaySet
438 Log.i(TAG, "get called with iterator=" + iterator
719 * you'll get a DateException.
942 if (!days.get(iterator, dayIndex)) {
984 // sometimes events get generated (BYDAY, BYHOUR, etc.) that
1064 // Add freqAmount to freqField until we get another date that we want.
/frameworks/native/cmds/installd/
H A Ddexopt.cpp72 if (ufd.get() < 0) {
82 if (flock(ufd.get(), LOCK_EX | LOCK_NB) != 0) {
104 bool truncated = ftruncate(ufd.get(), 0) == 0;
108 if (flock(ufd.get(), LOCK_UN) != 0) {
527 if (fd.get() < 0) {
538 if (fchown(fd.get(), uid, uid) < 0) {
561 if (fd.get() < 0) {
606 if (profile_fd.get() >= 0) {
647 sprintf(profile_buf, "--profile-file-fd=%d", profiles_fd[k].get());
651 sprintf(reference_profile_arg, "--reference-profile-file-fd=%d", reference_profile_fd.get());
1014 int get() { function in class:android::installd::Dex2oatFileWrapper
[all...]
/frameworks/native/include/ui/
H A DGraphicBufferAllocator.h49 static inline GraphicBufferAllocator& get() { return getInstance(); } function in class:android::GraphicBufferAllocator
H A DGraphicBufferMapper.h29 // when/if we get rid of gralloc, we should provide aliases or fix call sites.
46 static inline GraphicBufferMapper& get() { return getInstance(); } function in class:android::GraphicBufferMapper
/frameworks/native/libs/binder/
H A DValue.cpp93 template<typename T> bool get(T* out) const;
132 template<typename T> bool Value::ContentBase::get(T* out) const function in class:android::binder::Value::ContentBase
243 bool Value::get ## TYPENAME(T* out) const \
246 ? mContent->get(out) \
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h165 const sp<MiniFence>& get() const { function in class:android::HWC2On1Adapter::DeferredFence
619 auto error = std::get<HWC2::Error>(result);
621 auto layer = std::get<Layer*>(result);
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h110 const FileHandleType& get() const { fence_; } function in class:android::dvr::FenceHandle
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dvariant.h130 Type& get(TypeTag<Type>) { return first_; } function in union:android::pdx::rpc::detail::Union
131 const Type& get(TypeTag<Type>) const { return first_; } function in union:android::pdx::rpc::detail::Union
132 EmptyVariant get(TypeTag<EmptyVariant>) const { return {}; } function in union:android::pdx::rpc::detail::Union
148 (&get(TypeTag<Type>{}))->~Type();
180 return std::forward<Op>(op)(get(TypeTag<Type>{}));
182 return std::forward<Op>(op)(get(TypeTag<EmptyVariant>{}));
187 return std::forward<Op>(op)(get(TypeTag<Type>{}));
189 return std::forward<Op>(op)(get(TypeTag<EmptyVariant>{}));
241 First& get(TypeTag<First>) { return first_; } function in union:android::pdx::rpc::detail::Union
242 const First& get(TypeTa function in union:android::pdx::rpc::detail::Union
246 T& get(TypeTag<T>) { function in union:android::pdx::rpc::detail::Union
250 const T& get(TypeTag<T>) const { function in union:android::pdx::rpc::detail::Union
503 T* get() { function
510 const T* get() const { function
517 TypeForIndex<I>* get() { function
524 const TypeForIndex<I>* get() const { function
[all...]
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dstatus.h94 const T& get() const { return value_; } function in class:android::pdx::Status
174 return status ? status.get() : -status.error();
/frameworks/native/libs/vr/libpdx/
H A Dvariant_tests.cpp35 const T& get() const { return value_; } function in class:__anon1761::TestType
53 InstrumentType(const TestType<T>& other) : value_(other.get()) {
74 value_ = other.get();
88 const T& get() const { return value_; } function in class:__anon1761::InstrumentType
135 EXPECT_EQ(10, std::get<int>(v));
145 EXPECT_EQ(false, std::get<bool>(v));
155 EXPECT_FLOAT_EQ(1.0f, std::get<float>(v));
174 EXPECT_FLOAT_EQ(1.1, std::get<float>(v));
190 EXPECT_EQ(20, std::get<int>(v));
199 EXPECT_EQ("test", std::get<st
[all...]
/frameworks/native/opengl/libagl/
H A Dcontext.h635 static inline ogles_context_t* get() { function in struct:android::gl::ogles_context_t
/frameworks/native/opengl/libs/EGL/
H A DBlobCache.cpp133 size_t BlobCache::get(const void* key, size_t keySize, void* value, function in class:android::BlobCache
136 ALOGV("get: not searching because the key is too large: %zu (limit %zu)",
144 ALOGV("get: no cache entry found for key of size %zu", keySize);
153 ALOGV("get: copying %zu bytes to caller's buffer", valueBlobSize);
156 ALOGV("get: caller's buffer is too small for value: %zu (needs %zu)",
215 // We have padding bytes. Those will get written to storage, and contribute to the CRC,
H A Degl_cache.cpp54 egl_cache_t::get()->setCacheFilename(filename);
62 egl_cache_t::get()->setBlob(key, keySize, value, valueSize);
67 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize);
82 egl_cache_t* egl_cache_t::get() { function in class:android::egl_cache_t
107 "but unable to get eglSetBlobCacheFuncsANDROID");
169 return bc->get(key, keySize, value, valueSize);
184 return mBlobCache.get();
H A Degl_display.cpp60 egl_display_t* eglDisplay = egl_display_t::get(dpy);
72 egl_cache_t::get()->terminate();
75 egl_display_t* egl_display_t::get(EGLDisplay dpy) { function in class:android::egl_display_t
116 // get our driver loader
173 // get the query-strings for this display for each implementation
211 egl_cache_t::get()->initialize(this);
276 // Reset the extension string since it will be regenerated if we get
H A Degl_display.h72 static egl_display_t* get(EGLDisplay dpy);
157 const egl_display_t* get() const { return mDpy; } function in class:android::egl_display_ptr
158 egl_display_t* get() { return mDpy; } function in class:android::egl_display_ptr
172 return egl_display_ptr(egl_display_t::get(dpy));
178 return egl_display_t::get(dpy);

Completed in 2253 milliseconds

1234567891011>>