Searched defs:conflictingKeys (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h85 const std::set<KEY>& conflictingKeys, int32_t score, int32_t ownerId, int32_t state);
86 ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, std::set<KEY>&& conflictingKeys,
151 const std::set<KEY>& conflictingKeys, int32_t score, int32_t ownerId, int32_t state) :
152 mKey{key}, mValue{value}, mCost{cost}, mConflicting{conflictingKeys},
158 std::set<KEY>&& conflictingKeys, int32_t score, int32_t ownerId, int32_t state) :
160 mConflicting{std::forward<std::set<KEY>>(conflictingKeys)},
150 ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost, const std::set<KEY>& conflictingKeys, int32_t score, int32_t ownerId, int32_t state) argument
157 ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, std::set<KEY>&& conflictingKeys, int32_t score, int32_t ownerId, int32_t state) argument
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp2438 const std::set<String8>& conflictingKeys, int32_t score, int32_t ownerId,
2442 key, value, cost, conflictingKeys, score, ownerId, state);
2436 makeClientDescriptor( const String8& key, const sp<BasicClient>& value, int32_t cost, const std::set<String8>& conflictingKeys, int32_t score, int32_t ownerId, int32_t state) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 321 milliseconds