/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleObjectPool.cpp | 31 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtain( in obtain() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool 38 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtain( in obtain() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool 46 auto dest = obtain(type, vecSize); in obtain() 58 auto val = obtain(VehiclePropertyType::INT32); in obtainInt32() 65 auto val = obtain(VehiclePropertyType::INT64); in obtainInt64() 72 auto val = obtain(VehiclePropertyType::FLOAT); in obtainFloat() 79 auto val = obtain(VehiclePropertyType::STRING); in obtainString() 85 return obtain(VehiclePropertyType::COMPLEX); in obtainComplex() 101 return it->second->obtain(); in obtainRecylable() 117 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtain( in obtain() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleObjectPool_test.cpp | 60 void* raw = valuePool->obtain(VehiclePropertyType::INT32).get(); in TEST_F() 62 ASSERT_EQ(raw, valuePool->obtain(VehiclePropertyType::INT32).get()); in TEST_F() 64 ASSERT_NE(raw, valuePool->obtain(VehiclePropertyType::FLOAT).get()); in TEST_F() 71 valuePool->obtain(VehiclePropertyType::STRING); in TEST_F() 72 auto vs = valuePool->obtain(VehiclePropertyType::STRING); in TEST_F() 77 auto vs2 = valuePool->obtain(VehiclePropertyType::STRING); in TEST_F() 79 ASSERT_NE(raw, valuePool->obtain(VehiclePropertyType::STRING).get()); in TEST_F() 102 poolPtr->obtain(k % 2 == 0 in TEST_F()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleObjectPool.h | 84 virtual recyclable_ptr<T> obtain() { in obtain() function 179 RecyclableType obtain(VehiclePropertyType type); 181 RecyclableType obtain(VehiclePropertyType type, size_t vecSize); 182 RecyclableType obtain(const VehiclePropValue& src); 209 RecyclableType obtain() { in obtain() function 210 return ObjectPool<VehiclePropValue>::obtain(); in obtain()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | EmulatedVehicleHal.cpp | 54 v = getValuePool()->obtain(*internalPropValue); in get() 137 v = pool.obtain(*internalPropValue); in onContinuousPropertyTimer() 179 doHalEvent(getValuePool()->obtain(propValue)); in setPropertyFromVehicle()
|
/hardware/interfaces/drm/1.0/ |
D | IDrmFactory.hal | 6 * You may obtain a copy of the License at 25 * creates drm sessions which are used to obtain keys for a crypto
|
/hardware/intel/common/omx-components/ |
D | COPYING | 8 * You may obtain a copy of the License at
|
/hardware/interfaces/tests/versioning/1.0/ |
D | IFoo.hal | 6 * You may obtain a copy of the License at
|
/hardware/interfaces/tests/versioning/2.2/ |
D | IBar.hal | 6 * You may obtain a copy of the License at
|
D | IFoo.hal | 6 * You may obtain a copy of the License at
|
/hardware/libhardware/modules/consumerir/ |
D | Android.bp | 5 // You may obtain a copy of the License at
|
/hardware/interfaces/tests/inheritance/1.0/ |
D | IGrandparent.hal | 6 * You may obtain a copy of the License at
|
D | IChild.hal | 6 * You may obtain a copy of the License at
|
D | IParent.hal | 6 * You may obtain a copy of the License at
|
/hardware/interfaces/tests/versioning/2.3/ |
D | IBar.hal | 6 * You may obtain a copy of the License at
|
D | IFoo.hal | 6 * You may obtain a copy of the License at
|
/hardware/libhardware/modules/power/ |
D | Android.bp | 5 // You may obtain a copy of the License at
|
/hardware/interfaces/tests/baz/1.0/ |
D | IBazCallback.hal | 6 * You may obtain a copy of the License at
|
D | IQuux.hal | 6 * You may obtain a copy of the License at
|
/hardware/libhardware/modules/tv_input/ |
D | Android.bp | 5 // You may obtain a copy of the License at
|
/hardware/interfaces/tests/versioning/2.4/ |
D | IFoo.hal | 6 * You may obtain a copy of the License at
|
/hardware/interfaces/tests/bar/1.0/ |
D | types.hal | 6 * You may obtain a copy of the License at
|
/hardware/libhardware/modules/nfc/ |
D | Android.bp | 5 // You may obtain a copy of the License at
|
/hardware/interfaces/tests/foo/1.0/ |
D | ITheirTypes.hal | 6 * You may obtain a copy of the License at
|
/hardware/libhardware/modules/fingerprint/ |
D | Android.bp | 5 // You may obtain a copy of the License at
|
/hardware/libhardware/modules/nfc-nci/ |
D | Android.bp | 5 // You may obtain a copy of the License at
|