Home
last modified time | relevance | path

Searched refs:obtain (Results 1 – 25 of 1175) sorted by relevance

12345678910>>...47

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp31 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()
59 auto val = obtain(VehiclePropertyType::INT32); in obtainInt32()
66 auto val = obtain(VehiclePropertyType::INT64); in obtainInt64()
73 auto val = obtain(VehiclePropertyType::FLOAT); in obtainFloat()
80 auto val = obtain(VehiclePropertyType::STRING); in obtainString()
86 return obtain(VehiclePropertyType::MIXED); in obtainComplex()
102 return it->second->obtain(); in obtainRecylable()
118 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtain( in obtain() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleObjectPool_test.cpp60 auto value = valuePool->obtain(VehiclePropertyType::INT32); in TEST_F()
62 ASSERT_EQ(value.get(), valuePool->obtain(VehiclePropertyType::INT32).get()); in TEST_F()
64 ASSERT_NE(value.get(), 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/
DVehicleObjectPool.h85 virtual recyclable_ptr<T> obtain() { in obtain() function
180 RecyclableType obtain(VehiclePropertyType type);
182 RecyclableType obtain(VehiclePropertyType type, size_t vecSize);
183 RecyclableType obtain(const VehiclePropValue& src);
209 RecyclableType obtain() override { in obtain() function
210 return ObjectPool<VehiclePropValue>::obtain(); in obtain()
/hardware/interfaces/drm/1.4/
DIDrmFactory.hal6 * You may obtain a copy of the License at
23 * creates drm sessions which are used to obtain keys for a crypto
/hardware/interfaces/drm/1.1/
DIDrmFactory.hal6 * You may obtain a copy of the License at
24 * creates drm sessions which are used to obtain keys for a crypto
/hardware/interfaces/cas/1.1/
DIMediaCasService.hal6 * You may obtain a copy of the License at
25 * opens cas sessions which are used to obtain keys for a descrambler session,
/hardware/interfaces/drm/1.3/
DIDrmFactory.hal6 * You may obtain a copy of the License at
23 * creates drm sessions which are used to obtain keys for a crypto
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleHalServer.cpp114 auto updatedPropValue = getValuePool()->obtain(value); in onFakeValueGenerated()
214 auto req = getValuePool()->obtain(VehiclePropertyType::INT32_VEC, 2); in createApPowerStateReq()
226 auto keyEvent = getValuePool()->obtain(VehiclePropertyType::INT32_VEC, 3); in createHwInputKeyProp()
332 auto updatedPropValue = getValuePool()->obtain(value); in onSetProperty()
/hardware/interfaces/drm/1.0/
DIDrmFactory.hal6 * You may obtain a copy of the License at
25 * creates drm sessions which are used to obtain keys for a crypto
/hardware/nxp/nfc/intf/nxpnfc/1.0/
Dtypes.hal7 * You may obtain a copy of the License at
/hardware/google/pixel-sepolicy/turbo_adapter/
Dturbo_adapter.te12 # To find and call hal_power_default so turbo can obtain the service extension (IPowerExt)
/hardware/interfaces/bluetooth/
D.clang-format6 # You may obtain a copy of the License at
/hardware/interfaces/radio/1.1/
DISap.hal6 * You may obtain a copy of the License at
/hardware/interfaces/tests/inheritance/1.0/
DIParent.hal6 * You may obtain a copy of the License at
DIChild.hal6 * You may obtain a copy of the License at
DIGrandparent.hal6 * You may obtain a copy of the License at
/hardware/interfaces/secure_element/1.0/
DISecureElementHalCallback.hal6 * You may obtain a copy of the License at
/hardware/interfaces/radio/1.2/
DISap.hal6 * You may obtain a copy of the License at
/hardware/interfaces/tests/lazy/1.0/
DILazy.hal6 * You may obtain a copy of the License at
/hardware/interfaces/tests/baz/1.0/
DIBazCallback.hal6 * You may obtain a copy of the License at
/hardware/interfaces/tests/foo/1.0/
DIMyTypes.hal6 * You may obtain a copy of the License at
DITheirTypes.hal6 * You may obtain a copy of the License at
/hardware/interfaces/ir/1.0/
Dtypes.hal6 * You may obtain a copy of the License at
/hardware/qcom/sm8150/vr/
DLICENSE8 * You may obtain a copy of the License at
/hardware/qcom/sm8150/thermal/
DLICENSE8 * You may obtain a copy of the License at

12345678910>>...47