Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/jpeg/CTR/
Djpeg_MpEncoder.h406 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/
Dboss_TaskAction.h101 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);
Dboss_NsaDownloadAction.h85 nn::Result virtual SetProperty(PropertyType type, void* pValue, size_t size);
103 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskOption.h83 nn::Result SetProperty(PropertyType type, void* pValue, size_t size);
101 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskPolicy.h111 nn::Result SetProperty(PropertyType type, void* pValue, size_t size);
130 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskError.h59 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskStatus.h70 Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_NsData.h77 nn::Result GetHeaderInfo(HeaderInfoType type, void* pValue, size_t size);
/CTR-SDK-0.13.2/include/nn/http/
Dhttp_Connection.h352 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/
Ddsp_Api.h107 nn::Result RecvData( u16 regNo, u16 *pValue );