Home
last modified time | relevance | path

Searched refs:pValue (Results 1 – 25 of 31) sorted by relevance

12

/hardware/st/nfc/st21nfc/adaptation/
Dconfig.cpp64 bool getValue(const char* name, char* pValue, size_t& len) const;
67 bool getValue(const char* name, char* pValue, long len, long* readlen) const;
416 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const { in getValue() argument
418 if (pParam == NULL || pValue == NULL) return false; in getValue()
421 memset(pValue, 0, len); in getValue()
427 memcpy(pValue, pParam->str_value(), len); in getValue()
442 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() argument
448 memset(pValue, 0, len); in getValue()
449 memcpy(pValue, pParam->str_value(), pParam->str_len()); in getValue()
660 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l) { in GetStrValue() argument
[all …]
/hardware/samsung/nfc/halimpl/src/
Dconfig.cpp148 bool getValue(const char* name, char* pValue, size_t len) const;
151 bool getValue(const char* name, char* pValue, long len, long* readlen) const;
495 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { in getValue() argument
500 memset(pValue, 0, len); in getValue()
501 memcpy(pValue, pParam->str_value(), pParam->str_len()); in getValue()
507 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() argument
514 memset(pValue, 0, len); in getValue()
515 memcpy(pValue, pParam->str_value(), pParam->str_len()); in getValue()
765 extern "C" int GetStrValue(const char* name, char* pValue, // SLSI in GetStrValue() argument
769 return rConfig.getValue(name, pValue, len); in GetStrValue()
[all …]
/hardware/nxp/nfc/pn8x/halimpl/utils/
DphNxpConfig.cpp131 bool getValue(const char* name, char* pValue, size_t len) const;
134 bool getValue(const char* name, char* pValue, long len, long* readlen) const;
489 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { in getValue() argument
494 memset(pValue, 0, len); in getValue()
495 memcpy(pValue, pParam->str_value(), pParam->str_len()); in getValue()
501 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() argument
508 memset(pValue, 0, len); in getValue()
509 memcpy(pValue, pParam->str_value(), pParam->str_len()); in getValue()
752 extern "C" int GetNxpStrValue(const char* name, char* pValue, in GetNxpStrValue() argument
756 return rConfig.getValue(name, pValue, len); in GetNxpStrValue()
[all …]
DphNxpConfig.h48 int GetNxpByteArrayValue(const char* name, char* pValue, long bufflen,
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp69 VehiclePropValuePtr pValue; in get() local
78 pValue = getValuePool()->obtainFloat(42.42); in get()
85 return pValue; in get()
87 pValue = getValuePool()->obtain(mValues[key]); in get()
90 if (*outStatus == StatusCode::OK && pValue.get() != nullptr) { in get()
91 pValue->prop = toInt(property); in get()
92 pValue->areaId = areaId; in get()
93 pValue->timestamp = elapsedRealtimeNano(); in get()
96 return pValue; in get()
185 auto pValue = objectPool->obtainComplex(); in getComplexProperty() local
[all …]
/hardware/st/nfc/1.0/adaptation/
Dconfig.cpp63 bool getValue(const char* name, char* pValue, size_t& len) const;
389 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const { in getValue() argument
391 if (pParam == NULL || pValue== NULL) return false; in getValue()
394 memset(pValue, 0, len); in getValue()
396 memcpy(pValue, pParam->str_value(), len); in getValue()
603 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l) { in GetStrValue() argument
607 return rConfig.getValue(name, pValue, len); in GetStrValue()
619 extern "C" int GetNumValue(const char* name, void* pValue, unsigned long len) { in GetNumValue() argument
620 if (!pValue) return false; in GetNumValue()
636 *(static_cast<unsigned long*>(pValue)) = (unsigned long)v; in GetNumValue()
[all …]
/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpConfig.cc150 bool getValue(const char* name, char* pValue, size_t len) const;
153 bool getValue(const char* name, char* pValue, long len, long* readlen) const;
531 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { in getValue() argument
536 memset(pValue, 0, len); in getValue()
537 memcpy(pValue, pParam->str_value(), pParam->str_len()); in getValue()
543 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() argument
550 memset(pValue, 0, len); in getValue()
551 memcpy(pValue, pParam->str_value(), pParam->str_len()); in getValue()
958 extern "C" int GetNxpStrValue(const char* name, char* pValue, in GetNxpStrValue() argument
962 return rConfig.getValue(name, pValue, len); in GetNxpStrValue()
[all …]
DphNxpConfig.h48 int GetNxpByteArrayValue(const char* name, char* pValue, long bufflen,
/hardware/nxp/uwb/halimpl/utils/
DphNxpConfig.cc663 bool getValue(const char* name, char* pValue, size_t len) const;
665 bool getValue(const char* name, uint8_t* pValue, long len, long* readlen) const;
847 bool CascadeConfig::getValue(const char* name, char* pValue, size_t len) const in getValue() argument
857 strncpy(pValue, param->str_value(), len); in getValue()
861 bool CascadeConfig::getValue(const char* name, uint8_t* pValue, long len, long* readlen) const in getValue() argument
870 memcpy(pValue, param->arr_value(), param->arr_len()); in getValue()
918 int NxpConfig_GetStr(const char* name, char* pValue, unsigned long len) in NxpConfig_GetStr() argument
920 return gConfig.getValue(name, pValue, len); in NxpConfig_GetStr()
939 int NxpConfig_GetByteArray(const char* name, uint8_t* pValue, long bufflen, long *len) in NxpConfig_GetByteArray() argument
941 return gConfig.getValue(name, pValue, bufflen,len); in NxpConfig_GetByteArray()
[all …]
DphNxpConfig.h31 int NxpConfig_GetByteArray(const char* name, uint8_t* pValue, long bufflen, long *len);
34 int NxpConfig_GetStrArrayVal(const char* name, int index, char* pValue, unsigned long len);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp96 VehiclePropValuePtr pValue = nullptr; in get() local
98 return pValue; in get()
106 pValue = getValuePool()->obtainString(kCarMake.c_str()); in get()
112 pValue = getValuePool()->obtainFloat(kFloatValue); in get()
117 pValue = getValuePool()->obtainComplex(); in get()
118 pValue->value.int32Values = hidl_vec<int32_t>{kVec32}; in get()
119 pValue->value.int64Values = hidl_vec<int64_t>{kVec64}; in get()
120 pValue->value.floatValues = hidl_vec<float_t>{kVecFloat}; in get()
121 pValue->value.bytes = hidl_vec<uint8_t>{kVec8}; in get()
122 pValue->value.stringValue = kCarMake.c_str(); in get()
[all …]
/hardware/st/secure_element/ese-spi-driver/utils-lib/
Dandroid_logmsg.h33 extern int GetByteArrayValue(const char* name, char* pValue, long bufflen,
35 extern int GetStrValue(const char* name, char* pValue, unsigned long l);
/hardware/st/nfc/st21nfc/include/
Dandroid_logmsg.h38 extern int GetByteArrayValue(const char* name, char* pValue, long bufflen,
40 extern int GetStrValue(const char* name, char* pValue, unsigned long l);
/hardware/samsung/nfc/halimpl/include/
Dconfig.h67 int GetByteArrayValue(const char* name, char* pValue, long bufflen,
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c2615 char *pValue) { in cam_get_dbg_level() argument
2619 if (!strcmp(pValue, "none")) { in cam_get_dbg_level()
2621 } else if (!strcmp(pValue, "warn")) { in cam_get_dbg_level()
2623 } else if (!strcmp(pValue, "debug")) { in cam_get_dbg_level()
2625 } else if (!strcmp(pValue, "error")) { in cam_get_dbg_level()
2627 } else if (!strcmp(pValue, "low")) { in cam_get_dbg_level()
2629 } else if (!strcmp(pValue, "high")) { in cam_get_dbg_level()
2631 } else if (!strcmp(pValue, "info")) { in cam_get_dbg_level()
2634 ALOGE("Invalid %s debug log level %s\n", module, pValue); in cam_get_dbg_level()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_semaphore.c314 uint64_t *pValue) in vk_common_GetSemaphoreCounterValue() argument
323 return vk_sync_get_value(device, sync, pValue); in vk_common_GetSemaphoreCounterValue()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp478 for (VehiclePropValue* pValue : cv.values) { in onBatchHalEvent()
479 shallowCopy(&(vec)[i++], *pValue); in onBatchHalEvent()
/hardware/google/gfxstream/guest/mesa/include/D3D9/
Dd3d9.h216 virtual HRESULT WINAPI GetRenderState(D3DRENDERSTATETYPE State, DWORD *pValue) = 0;
224 …HRESULT WINAPI GetTextureStageState(DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD *pValue) = 0;
226 virtual HRESULT WINAPI GetSamplerState(DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD *pValue) = 0;
804 HRESULT (WINAPI *GetRenderState)(IDirect3DDevice9 *This, D3DRENDERSTATETYPE State, DWORD *pValue);
812 …tureStageState)(IDirect3DDevice9 *This, DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD *pValue);
814 … *GetSamplerState)(IDirect3DDevice9 *This, DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD *pValue);
1055 …HRESULT (WINAPI *GetRenderState)(IDirect3DDevice9Ex *This, D3DRENDERSTATETYPE State, DWORD *pValue
1063 …reStageState)(IDirect3DDevice9Ex *This, DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD *pValue);
1065 …GetSamplerState)(IDirect3DDevice9Ex *This, DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD *pValue);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_INTEL_performance_query/
Dqueries.adoc65 * pname:pValue is a pointer to a slink:VkPerformanceValueINTEL structure
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h516 VkResult vkGetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue,
Dfunc_table.cpp2166 uint64_t* pValue) { in gfxstream_vk_GetSemaphoreCounterValue() argument
2174 gfxstream_device->internal_object, gfxstream_semaphore->internal_object, pValue, in gfxstream_vk_GetSemaphoreCounterValue()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp2049 …VkResult vkGetSemaphoreCounterValue( VkDevice device, VkSemaphore semaphore, uint64_t * pValue ) c… in vkGetSemaphoreCounterValue()
2051 return ::vkGetSemaphoreCounterValue( device, semaphore, pValue ); in vkGetSemaphoreCounterValue()
3849 …phoreCounterValueKHR( VkDevice device, VkSemaphore semaphore, uint64_t * pValue ) const VULKAN_HPP… in vkGetSemaphoreCounterValueKHR()
3851 return ::vkGetSemaphoreCounterValueKHR( device, semaphore, pValue ); in vkGetSemaphoreCounterValueKHR()
3917 …ce, VkPerformanceParameterTypeINTEL parameter, VkPerformanceValueINTEL * pValue ) const VULKAN_HPP… in vkGetPerformanceParameterINTEL()
3919 return ::vkGetPerformanceParameterINTEL( device, parameter, pValue ); in vkGetPerformanceParameterINTEL()
Dvulkansc.hpp1946 …VkResult vkGetSemaphoreCounterValue( VkDevice device, VkSemaphore semaphore, uint64_t * pValue ) c… in vkGetSemaphoreCounterValue()
1948 return ::vkGetSemaphoreCounterValue( device, semaphore, pValue ); in vkGetSemaphoreCounterValue()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6428 …API_PTR *PFN_vkGetSemaphoreCounterValue)(VkDevice device, VkSemaphore semaphore, uint64_t* pValue);
6483 uint64_t* pValue);
9709 …_PTR *PFN_vkGetSemaphoreCounterValueKHR)(VkDevice device, VkSemaphore semaphore, uint64_t* pValue);
9717 uint64_t* pValue);
13411 …NTEL)(VkDevice device, VkPerformanceParameterTypeINTEL parameter, VkPerformanceValueINTEL* pValue);
13449 VkPerformanceValueINTEL* pValue);
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h747 VkDevice device, VkSemaphore semaphore, uint64_t* pValue);

12