Home
last modified time | relevance | path

Searched refs:isCanRead_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/muxer/
H A Ddata_sink_file.cpp28 DataSinkFile::DataSinkFile(FILE *file) : file_(file), pos_(0), end_(-1), isCanRead_(true) in DataSinkFile()
96 return isCanRead_; in CanRead()
H A Ddata_sink_fd.cpp37 isCanRead_ = (fdPermission & O_RDWR) == O_RDWR; in DataSinkFd()
100 return isCanRead_; in CanRead()
H A Ddata_sink_fd.h40 bool isCanRead_; variable
H A Ddata_sink_file.h41 bool isCanRead_; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.cpp220 if (!socketTmp->isCanRead_) { in OnDataAvailableNative()
701 sock.isCanRead_ = true; in OnSocketWriteReadyNative()
713 sock.isCanRead_ = false; in OnSocketWriteReadyNative()
718 sock.isCanRead_ = false; in OnSocketWriteReadyNative()
724 sock.isCanRead_ = true; in OnSocketWriteReadyNative()
741 if (!this->isCanRead_) { in ReadData()
795 this->isCanRead_ = false; in WriteDataToAPP()
801 this->isCanRead_ = false; in WriteDataToAPP()
807 this->isCanRead_ = true; in WriteDataToAPP()
H A Dsocket.h166 bool isCanRead_ {true};