Home
last modified time | relevance | path

Searched refs:nSec (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Dbluetooth_audio_device.h41 typedef void (*ReadMmapPositionFunc)(int64_t &sec, int64_t &nSec, uint64_t &frames);
H A Daudio_bluetooth_manager.h55 void FastReadMmapPosition(int64_t &sec, int64_t &nSec, uint64_t &frames);
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dfast_audio_render.cpp336 int64_t nSec = 0; in FastRenderGetMmapPosition() local
338 OHOS::Bluetooth::FastReadMmapPosition(sec, nSec, readFrames); in FastRenderGetMmapPosition()
341 time->tvNSec = nSec; in FastRenderGetMmapPosition()
H A Daudio_bluetooth_manager.cpp312 void FastReadMmapPosition(int64_t &sec, int64_t &nSec, uint64_t &frames) in FastReadMmapPosition() argument
314 fastReadMmapPositionFunc(sec, nSec, frames); in FastReadMmapPosition()
/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_core.c1205 bool writeFlag, size_t startSec, size_t nSec) in MmcDeviceFillRwInfo()
1210 info->sectors = nSec; in MmcDeviceFillRwInfo()
1213 ssize_t MmcDeviceRead(struct MmcDevice *mmc, uint8_t *buf, size_t startSec, size_t nSec) in MmcDeviceRead() argument
1218 size_t curSec = nSec; in MmcDeviceRead()
1256 return nSec; in MmcDeviceRead()
1259 ssize_t MmcDeviceWrite(struct MmcDevice *mmc, uint8_t *buf, size_t startSec, size_t nSec) in MmcDeviceWrite() argument
1264 size_t curSec = nSec; in MmcDeviceWrite()
1302 return nSec; in MmcDeviceWrite()
1305 ssize_t MmcDeviceErase(struct MmcDevice *mmc, size_t startSec, size_t nSec) in MmcDeviceErase() argument
1307 size_t curSec = nSec; in MmcDeviceErase()
1204 MmcDeviceFillRwInfo(struct MmcRwData *info, uint8_t *buf, bool writeFlag, size_t startSec, size_t nSec) MmcDeviceFillRwInfo() argument
[all...]
H A Dmmc_protocol.c596 int32_t MmcSendErase(struct MmcCntlr *cntlr, uint32_t startSec, uint32_t nSec) in MmcSendErase() argument
600 uint32_t end = start + nSec; in MmcSendErase()
612 ret = MmcAlignEraseSize(cntlr, &start, &end, nSec); in MmcSendErase()
/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_corex.h248 ssize_t MmcDeviceRead(struct MmcDevice *mmc, uint8_t *buf, size_t startSec, size_t nSec);
249 ssize_t MmcDeviceWrite(struct MmcDevice *mmc, uint8_t *buf, size_t startSec, size_t nSec);
250 ssize_t MmcDeviceErase(struct MmcDevice *mmc, size_t startSec, size_t nSec);
307 int32_t MmcSendErase(struct MmcCntlr *cntlr, uint32_t startSec, uint32_t nSec);

Completed in 9 milliseconds