Searched refs:pValue (Results 1 – 10 of 10) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/jpeg/CTR/ |
| D | jpeg_MpEncoder.h | 406 static void SetGpsLatitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLatitude() argument 413 if (pValue) in SetGpsLatitude() 415 memcpy(pGps->latitude, pValue, sizeof(pGps->latitude)); in SetGpsLatitude() 426 static void SetGpsLongitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLongitude() argument 433 if (pValue) in SetGpsLongitude() 435 memcpy(pGps->longitude, pValue, sizeof(pGps->longitude)); in SetGpsLongitude() 446 static void SetGpsAltitude(GpsData* pGps, u8 ref, const Rational* pValue) in SetGpsAltitude() argument 450 if (pValue) in SetGpsAltitude() 453 memcpy(&pGps->altitude, pValue, sizeof(pGps->altitude)); in SetGpsAltitude() 464 static void SetGpsTimeStamp(GpsData* pGps, const Rational* pValue) in SetGpsTimeStamp() argument [all …]
|
| /CTR-SDK-0.13.2/include/nn/boss/ |
| D | boss_TaskAction.h | 101 nn::Result AddHeaderField(const char* pLabel, const char* pValue); 129 nn::Result SetHttpProperty(PropertyType type, void* pValue, size_t size) ; 146 nn::Result GetHttpProperty(PropertyType type, void* pValue, size_t size) ; 148 nn::Result SetFileProperty(PropertyType type, void* pValue, size_t size) ; 150 nn::Result GetFileProperty(PropertyType type, void* pValue, size_t size) ; 195 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_NsaDownloadAction.h | 85 nn::Result virtual SetProperty(PropertyType type, void* pValue, size_t size); 103 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_TaskOption.h | 83 nn::Result SetProperty(PropertyType type, void* pValue, size_t size); 101 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_TaskPolicy.h | 111 nn::Result SetProperty(PropertyType type, void* pValue, size_t size); 130 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_TaskError.h | 59 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_TaskStatus.h | 70 Result GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_NsData.h | 77 nn::Result GetHeaderInfo(HeaderInfoType type, void* pValue, size_t size);
|
| /CTR-SDK-0.13.2/include/nn/http/ |
| D | http_Connection.h | 352 nn::Result AddHeaderField(const char* pLabel, const char* pValue); 372 nn::Result AddPostDataAscii(const char* pLabel, const char* pValue); 391 nn::Result AddPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize); 411 nn::Result AddPostDataRaw(const void* pValue, size_t valueSize); 478 nn::Result SendPostDataAscii(const char* pLabel, const char* pValue); 492 …nn::Result SendPostDataAscii(const char* pLabel, const char* pValue, const nn::fnd::TimeSpan& time… 508 nn::Result SendPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize); 523 …nn::Result SendPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize, const nn::… 538 nn::Result SendPostDataRaw(const void* pValue, size_t valueSize); 552 …nn::Result SendPostDataRaw(const void* pValue, size_t valueSize, const nn::fnd::TimeSpan& timeout); [all …]
|
| /CTR-SDK-0.13.2/include/nn/dsp/CTR/MPCore/ |
| D | dsp_Api.h | 107 nn::Result RecvData( u16 regNo, u16 *pValue );
|