Searched defs:get (Results 1 - 25 of 53) sorted by relevance

123

/hardware/interfaces/audio/common/all-versions/default/
H A DEffectMap.cpp41 effect_handle_t EffectMap::get(const uint64_t& id) { function in class:android::EffectMap
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_cmd.h31 int get; member in struct:cmd
/hardware/interfaces/confirmationui/1.0/default/
H A DPlatformSpecifics.h59 static MyOperation& get() { function in class:android::hardware::confirmationui::V1_0::implementation::MyOperation
/hardware/interfaces/tests/memory/1.0/default/
H A DMemoryTest.cpp77 Return<sp<IMemoryToken>> Memory::get() { function in class:android::hardware::tests::memory::V1_0::implementation::Memory
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DTriState.h39 const T get(const T &defaultValue) const { function in class:HidUtil::TriState
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAControl.cpp54 status_t ALSAControl::get(const char *name, unsigned int &value, int index) function in class:android_audio_legacy::ALSAControl
84 ALOGE("Could not get the mixer control");
104 ALOGE("Could not get the mixer control");
124 ALOGE("Could not get the mixer control");
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGrallocLoader.h71 const native_handle_t* get(void* buffer) { function in class:android::hardware::graphics::mapper::V2_0::passthrough::GrallocImportedBufferPool
96 return GrallocImportedBufferPool::getInstance().get(buffer);
119 ALOGE("failed to get gralloc module");
/hardware/intel/common/omx-components/videocodec/
H A DOMXComponentCodecBase.cpp202 OMXComponentCodecBase::OMXHANDLER OMXComponentCodecBase::FindHandler(OMX_INDEXTYPE type, bool get) { argument
206 return get ? p->getter : p->setter;
/hardware/intel/img/hwcomposer/merrifield/common/buffers/
H A DBufferManager.cpp60 DEINIT_AND_RETURN_FALSE("failed to get gralloc module");
136 DataBuffer* BufferManager::get(buffer_handle_t handle) function in class:android::intel::BufferManager
153 //try to get mapper from pool
250 ETRACE("failed to get data buffer, handle = %p", handle);
262 ETRACE("failed to get Fb handle");
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
H A DBufferManager.cpp60 DEINIT_AND_RETURN_FALSE("failed to get gralloc module");
136 DataBuffer* BufferManager::get(uint32_t handle) function in class:android::intel::BufferManager
153 //try to get mapper from pool
250 ELOGTRACE("failed to get data buffer, handle = %#x", handle);
262 ELOGTRACE("failed to get Fb handle");
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DObd2SensorStore.cpp44 bool Obd2SensorStore::BitmaskInVector::get(size_t index) const { function in class:android::hardware::automotive::vehicle::V2_0::Obd2SensorStore::BitmaskInVector
H A DVehicleHalManager.cpp79 Return<void> VehicleHalManager::get(const VehiclePropValue& requestedPropValue, get_cb _hidl_cb) { function in class:android::hardware::automotive::vehicle::V2_0::VehicleHalManager
82 ALOGE("Failed to get value: config not found, property: 0x%x",
94 auto value = mHal->get(requestedPropValue, &status);
95 _hidl_cb(status, value.get() ? *value : kEmptyValue);
331 //TODO(b/32172906): rework this to get some kind of unique id for callback interface when this
335 BpHwVehicleCallback* hwCallback = static_cast<BpHwVehicleCallback*>(callback.get());
338 return static_cast<ClientId>(reinterpret_cast<intptr_t>(callback.get()));
/hardware/libhardware/modules/camera/3_0/
H A DMetadata.cpp180 camera_metadata_t* Metadata::get() function in class:default_camera_hal::Metadata
/hardware/libhardware/modules/usbcamera/
H A DMetadata.cpp159 camera_metadata_t* Metadata::get() { function in class:usb_camera_hal::Metadata
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdp.cpp169 bool MdpCtrl::get() { function in class:overlay::MdpCtrl
173 ALOGE("MdpCtrl get failed");
/hardware/google/av/codec2/include/
H A DC2.h201 inline static constexpr T get(const U &value) { function in struct:_c2_cntr_compat_helper
207 inline static constexpr T get(const c2_cntr_t<U, void> &value) { function in struct:_c2_cntr_compat_helper
255 inline constexpr c2_cntr_t(const U &value) : mValue(compat::get(value)) {}
303 mValue op_assign compat::get(value); \
307 template<typename U, typename E=decltype(compat::get(U(0)))> \
309 return c2_cntr_t<T>(mValue op compat::get(value)); \
/hardware/google/av/codec2/tests/
H A DC2SampleComponent_test.cpp223 int32_t get(const C2FieldSupportedValues::Primitive &p, int32_t*) { function in struct:getter
226 int64_t get(const C2FieldSupportedValues::Primitive &p, int64_t*) { function in struct:getter
229 uint32_t get(const C2FieldSupportedValues::Primitive &p, uint32_t*) { function in struct:getter
232 uint64_t get(const C2FieldSupportedValues::Primitive &p, uint64_t*) { function in struct:getter
235 float get(const C2FieldSupportedValues::Primitive &p, float*) { function in struct:getter
242 typename std::underlying_type<E>::type get(const C2FieldSupportedValues::Primitive &p, E*) { function in struct:getter
244 return getter<u>().get(p, (u*)0);
259 typename lax_underlying_type<E>::type get( function
261 return getter<E>().get(p, (E*)0);
271 cout << ".range(" << get(s
[all...]
/hardware/google/av/media/sfplugin/
H A DCCodec.h128 inline int get() const { return mState; } function in struct:android::CCodec::State
146 inline TimePoint get() const { return mTimePoint; } function in struct:android::CCodec::NamedTimePoint
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.h196 int (*get)(struct copybit_device_t *dev, int name); member in struct:copybit_device_t
/hardware/google/av/codec2/vndk/include/util/
H A DC2InterfaceHelper.h140 std::shared_ptr<C2Param> get() const { return *_mRef; } function in struct:C2InterfaceHelper::ParamRef
206 * Factory is an interface to get the parameter helpers from a std::shared_ptr<T> &.
218 Param<T> get(std::shared_ptr<T> &param, std::shared_ptr<T> altValue = nullptr) const { function in class:C2InterfaceHelper::Factory
383 : v(*param.get()),
396 size_t offs = (uintptr_t)&field - (uintptr_t)&get();
422 const T &get() const { function in struct:C2InterfaceHelper::Param
423 return *_mTypedParam.get();
428 return *_mTypedParam.get();
559 C2P<T> oldValue = factory.get(*typedParam);
561 C2P<T> helper = factory.get(*typedPara
[all...]
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.cpp105 VehicleHal::VehiclePropValuePtr EmulatedVehicleHal::get( function in class:android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal
114 *outStatus = fillObd2FreezeFrame(requestedPropValue, v.get());
118 *outStatus = fillObd2DtcInfo(v.get());
162 // This property has different behavior between get/set. When it is set, the value
246 ALOGW("%s failed to get default value for prop 0x%x area 0x%x",
278 if (v.get()) {
432 sensorStore->fillPropValue("", liveObd2Frame.get());
449 sensorStore->fillPropValue(dtc, freezeFrame.get());
/hardware/interfaces/bluetooth/1.0/default/
H A Dvendor_interface.cc90 VendorInterface::get()->Send(type, bt_hdr->data, bt_hdr->len);
97 VendorInterface::get()->OnFirmwareConfigured(result);
183 VendorInterface* VendorInterface::get() { return g_vendor_interface; } function in class:android::hardware::bluetooth::V1_0::implementation::VendorInterface
/hardware/interfaces/broadcastradio/2.0/vts/functional/
H A DVtsHalBroadcastradioV2_0TargetTest.cpp187 EXPECT_EQ(nullptr, mModule.get()) << "Module is already open";
191 ASSERT_NE(nullptr, mModule.get()) << "Couldn't find broadcast radio HAL implementation";
193 // get module properties
209 EXPECT_EQ(nullptr, mSession.get()) << "Session is already open";
221 EXPECT_NE(nullptr, mSession.get());
223 return nullptr != mSession.get();
576 * Test IBroadcastRadio::get|setParameters() methods called with no parameters.
604 * Test IBroadcastRadio::get|setParameters() methods called with unknown parameters.
681 // set must fail or succeed the same way as get
699 auto get local
[all...]
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp56 const uint8_t* mine = get();
57 const uint8_t* theirs = other.get();
82 const uint8_t* data = blob.get();
102 dev->delete_keypair(dev, get(), length());
147 uint8_t* get() const { function in class:android::UniqueReadOnlyBlob
416 ASSERT_FALSE(x509_blob.get() == NULL)
419 const unsigned char *tmp = static_cast<const unsigned char*>(x509_blob.get());
423 ASSERT_EQ(EVP_PKEY_RSA, EVP_PKEY_type(actual.get()->type))
426 Unique_RSA rsa(EVP_PKEY_get1_RSA(actual.get()));
427 ASSERT_FALSE(rsa.get()
[all...]
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.h197 int (*get)(struct copybit_device_t *dev, int name); member in struct:copybit_device_t

Completed in 603 milliseconds

123