/hardware/interfaces/camera/common/1.0/default/include/ |
D | CameraModule.h | 88 KeyedVector<int, camera_info> mCameraInfoMap; 89 KeyedVector<int, int> mDeviceVersionMap; 90 KeyedVector<int, camera_metadata_t*> mPhysicalCameraInfoMap;
|
D | VendorTagDescriptor.h | 95 KeyedVector<String8, KeyedVector<String8, uint32_t>*> mReverseMapping; 96 KeyedVector<uint32_t, String8> mTagToNameMap; 97 KeyedVector<uint32_t, uint32_t> mTagToSectionMap; // Value is offset in mSections
|
/hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/ |
D | EffectMap.h | 41 KeyedVector<uint64_t, effect_handle_t> mEffects;
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehiclePropConfigIndex.h | 54 typedef KeyedVector<int32_t, const VehiclePropConfig*> PropConfigMap;
|
/hardware/interfaces/cas/1.1/default/ |
D | FactoryLoader.h | 56 KeyedVector<int32_t, String8> mCASystemIdToLibraryPathMap; 57 KeyedVector<String8, wp<SharedLibrary> > mLibraryPathToOpenLibraryMap;
|
/hardware/interfaces/cas/1.2/default/ |
D | FactoryLoader.h | 56 KeyedVector<int32_t, String8> mCASystemIdToLibraryPathMap; 57 KeyedVector<String8, wp<SharedLibrary>> mLibraryPathToOpenLibraryMap;
|
/hardware/interfaces/cas/1.0/default/ |
D | FactoryLoader.h | 57 KeyedVector<int32_t, String8> mCASystemIdToLibraryPathMap; 58 KeyedVector<String8, wp<SharedLibrary> > mLibraryPathToOpenLibraryMap;
|
/hardware/interfaces/camera/common/1.0/default/ |
D | VendorTagDescriptor.cpp | 70 KeyedVector<String8, uint32_t>* nameMapper = new KeyedVector<String8, uint32_t>(); in copyFrom() 318 KeyedVector<uint32_t, String8> tagToSectionMap; in createDescriptorFromOps() 365 KeyedVector<String8, uint32_t>* nameMapper = new KeyedVector<String8, uint32_t>(); in createDescriptorFromOps()
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | AudioBufferManager.h | 79 KeyedVector<uint64_t, wp<AudioBufferWrapper>> mBuffers;
|
/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/ |
D | drm_hal_common.h | 43 using ::android::hardware::drm::V1_0::KeyedVector; 109 KeyedVector toHidlKeyedVector(const map<string, string>& params);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 30 using android::KeyedVector; 323 KeyedVector<audio_devices_t, int> mIndexCur; // current volume index per device 563 KeyedVector<int, EffectDescriptor *> mEffects; // list of registered audio effects
|
/hardware/interfaces/drm/1.1/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 114 KeyedVector optionalParameters; in loadKeys() 164 KeyedVector optionalParameters; in TEST_P() 182 KeyedVector optionalParameters; in TEST_P()
|
/hardware/interfaces/tv/input/1.0/vts/functional/ |
D | VtsHalTvInputV1_0TargetTest.cpp | 177 android::KeyedVector<int32_t, TvInputDeviceInfo> device_info_; 183 android::KeyedVector<int32_t, hidl_vec<TvStreamConfig>> stream_config_;
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_test.cpp | 122 KeyedVector optionalParameters; in TEST_P() 139 KeyedVector optionalParameters; in TEST_P() 414 KeyedVector optionalParameters; in TEST_P()
|
D | drm_hal_common.cpp | 337 KeyedVector DrmHalTest::toHidlKeyedVector( in toHidlKeyedVector() 346 return KeyedVector(stdKeyedVector); in toHidlKeyedVector()
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 263 KeyedVector optionalParameters; in loadKeys() 322 KeyedVector optionalParameters; in TEST_P() 340 KeyedVector optionalParameters; in TEST_P() 362 KeyedVector optionalParameters; in TEST_P() 972 sessionId, [&](Status status, KeyedVector /* info */) { EXPECT_EQ(Status::OK, status); }); in TEST_P() argument
|
D | drm_hal_vendor_test.cpp | 282 KeyedVector DrmHalVendorPluginTest::toHidlKeyedVector( in toHidlKeyedVector() 291 return KeyedVector(stdKeyedVector); in toHidlKeyedVector() 380 KeyedVector optionalParameters; in TEST_P() 1117 [&](Status status, KeyedVector info) { in queryKeyStatus() 1266 [&](Status status, KeyedVector /* info */) { in TEST_P() argument
|
/hardware/interfaces/drm/1.4/vts/functional/ |
D | drm_hal_test.cpp | 165 V1_0::KeyedVector optionalParameters; in TEST_P()
|
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/ |
D | drm_hal_vendor_test.h | 170 KeyedVector toHidlKeyedVector(const map<string, string>& params);
|
/hardware/interfaces/drm/1.0/default/ |
D | DrmPlugin.cpp | 71 android::KeyedVector<String8, String8> legacyOptionalParameters; in getKeyRequest() 130 android::KeyedVector<String8, String8> legacyInfoMap; in queryKeyStatus()
|
/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/ |
D | drm_hal_clearkey_test.h | 63 using ::android::hardware::drm::V1_0::KeyedVector;
|
/hardware/interfaces/drm/1.0/ |
D | types.hal | 237 * Simulates a KeyedVector<String8, String8> 244 typedef vec<KeyValue> KeyedVector;
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 397 android::KeyedVector<int, int> mIrqFds;
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 656 typedef KeyedVector<uint32_t, Vector<PendingBufferInfo> > FlushMap; 666 KeyedVector<uint32_t, uint32_t> mPendingBatchMap;
|
/hardware/interfaces/drm/1.1/ |
D | IDrmPlugin.hal | 20 import @1.0::KeyedVector; 114 string mimeType, KeyType keyType, KeyedVector optionalParameters)
|