Searched refs:VendorTagDescriptorCache (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/camera2/params/
H A DVendorTagDescriptorCache.aidl20 parcelable VendorTagDescriptorCache cpp_header "camera/VendorTagDescriptor.h";
/frameworks/base/core/java/android/hardware/camera2/params/
H A DVendorTagDescriptorCache.java30 public final class VendorTagDescriptorCache implements Parcelable { class in inherits:Parcelable
32 private VendorTagDescriptorCache(Parcel source) { method in class:VendorTagDescriptorCache
35 public static final Parcelable.Creator<VendorTagDescriptorCache> CREATOR =
36 new Parcelable.Creator<VendorTagDescriptorCache>() {
38 public VendorTagDescriptorCache createFromParcel(Parcel source) {
40 VendorTagDescriptorCache vendorDescriptorCache = new VendorTagDescriptorCache(source);
43 Log.e(TAG, "Exception creating VendorTagDescriptorCache from parcel", e);
49 public VendorTagDescriptorCache[] newArray(int size) {
50 return new VendorTagDescriptorCache[siz
[all...]
/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h173 class VendorTagDescriptorCache : public Parcelable { class in namespace:android::hardware::camera2::params
176 VendorTagDescriptorCache() {}; function in class:android::hardware::camera2::params::VendorTagDescriptorCache
218 class VendorTagDescriptorCache : class in namespace:android
219 public ::android::hardware::camera2::params::VendorTagDescriptorCache,
220 public LightRefBase<VendorTagDescriptorCache> {
231 const sp<VendorTagDescriptorCache>& cache);
237 static sp<VendorTagDescriptorCache> getGlobalVendorTagCache();
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h173 class VendorTagDescriptorCache : public Parcelable { class in namespace:android::hardware::camera2::params
176 VendorTagDescriptorCache() {}; function in class:android::hardware::camera2::params::VendorTagDescriptorCache
218 class VendorTagDescriptorCache : class in namespace:android
219 public ::android::hardware::camera2::params::VendorTagDescriptorCache,
220 public LightRefBase<VendorTagDescriptorCache> {
231 const sp<VendorTagDescriptorCache>& cache);
237 static sp<VendorTagDescriptorCache> getGlobalVendorTagCache();
/frameworks/av/camera/aidl/android/hardware/
H A DICameraService.aidl24 import android.hardware.camera2.params.VendorTagDescriptorCache;
139 VendorTagDescriptorCache getCameraVendorTagCache();
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp59 static sp<VendorTagDescriptorCache> sGlobalVendorTagDescriptorCache;
348 status_t VendorTagDescriptorCache::writeToParcel(Parcel* parcel) const {
368 status_t VendorTagDescriptorCache::readFromParcel(const Parcel* parcel) {
410 int VendorTagDescriptorCache::getTagCount(metadata_vendor_id_t id) const {
422 void VendorTagDescriptorCache::getTagArray(uint32_t* tagArray,
432 const char* VendorTagDescriptorCache::getSectionName(uint32_t tag,
445 const char* VendorTagDescriptorCache::getTagName(uint32_t tag,
458 int VendorTagDescriptorCache::getTagType(uint32_t tag,
471 void VendorTagDescriptorCache::dump(int fd, int verbosity,
480 int32_t VendorTagDescriptorCache
[all...]
/frameworks/av/camera/ndk/impl/
H A DACameraManager.cpp141 sp<VendorTagDescriptorCache> cache =
142 new VendorTagDescriptorCache();
149 VendorTagDescriptorCache::clearGlobalVendorTagCache();
152 VendorTagDescriptorCache::setAsGlobalVendorTagCache(
160 VendorTagDescriptorCache::clearGlobalVendorTagCache();
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp682 sp<VendorTagDescriptorCache> cache = VendorTagDescriptorCache::getGlobalVendorTagCache();
704 sp<VendorTagDescriptorCache> cache = VendorTagDescriptorCache::getGlobalVendorTagCache();
828 sp<VendorTagDescriptorCache> cache = VendorTagDescriptorCache::getGlobalVendorTagCache();
880 sp<VendorTagDescriptorCache> cache = new VendorTagDescriptorCache();
884 VendorTagDescriptorCache::clearGlobalVendorTagCache();
887 VendorTagDescriptorCache
[all...]
/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp63 sp<VendorTagDescriptorCache> cache =
64 VendorTagDescriptorCache::getGlobalVendorTagCache();
/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp281 sp<VendorTagDescriptorCache> vendorCache =
282 VendorTagDescriptorCache::getGlobalVendorTagCache();
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp528 /*out*/ hardware::camera2::params::VendorTagDescriptorCache* cache) {
535 sp<VendorTagDescriptorCache> globalCache =
536 VendorTagDescriptorCache::getGlobalVendorTagCache();
2774 sp<VendorTagDescriptorCache> cache =
2775 VendorTagDescriptorCache::getGlobalVendorTagCache();
H A DCameraService.h119 hardware::camera2::params::VendorTagDescriptorCache* cache);
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp238 sp<VendorTagDescriptorCache> tagCache = new VendorTagDescriptorCache();
274 VendorTagDescriptorCache::setAsGlobalVendorTagCache(tagCache);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 281 milliseconds