Searched refs:mData (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/mtp/ |
| H A D | 0009-MtpServer-Support-creation-time.patch | 112 mData.putUInt32(info.mAssociationDesc); 113 mData.putUInt32(info.mSequenceNumber); 114 mData.putString(info.mName); 115 - mData.putEmptyString(); // date created 117 + mData.putString(date); // date created 119 mData.putString(date); // date modified 120 mData.putEmptyString(); // keywords
|
| H A D | 0001-Fix-compile-error.patch | 256 mData.putAUInt16(captureFormats); // Capture Formats 257 mData.putAUInt16(playbackFormats); // Playback Formats 262 mData.putString(string); // Manufacturer 267 mData.putString(string); // Model 269 mData.putString(string); // Device Version 274 mData.putString(string); // Serial Number
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | coreaudio.c | 48 if(buf->mData == NULL){ in PlaybackIOProc() 51 memcpy(buf->mData, ac->buf + ac->bufrd, avail * sizeof(float)); in PlaybackIOProc() 52 memcpy((float*)buf->mData + avail, ac->buf, (copylen - avail) * sizeof(float)); in PlaybackIOProc() 54 memcpy(buf->mData, ac->buf + ac->bufrd, copylen * sizeof(float)); in PlaybackIOProc() 88 if(buf->mData == NULL) in RecIOProc() 101 memcpy(ac->buf + ac->bufwr, buf->mData, avail * sizeof(float)); in RecIOProc() 102 memcpy(ac->buf, (float*)buf->mData + avail, (copylen - avail) * sizeof(float)); in RecIOProc() 104 memcpy(ac->buf + ac->bufwr, buf->mData, copylen * sizeof(float)); in RecIOProc()
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_mutex.h | 68 void* mData; variable 101 void* mData; 116 void* mData;
|
| H A D | RTMediaData.h | 36 uint8_t *mData; member 64 void* mData; member
|
| H A D | rt_thread.h | 109 void *mData;
|
| H A D | rt_message.h | 182 struct RTMsgData mData; member
|
| H A D | RTMediaBuffer.h | 139 void *mData;
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/CoreAudio/ |
| H A D | CoreAudio.h | 226 void *mData; member
|