OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFD
(Results
1 - 25
of
86
) sorted by null
1
2
3
4
/libcore/luni/src/main/java/java/nio/
FileDescriptorChannel.java
25
public FileDescriptor
getFD
();
NioUtils.java
39
public static FileDescriptor
getFD
(FileChannel fc) {
40
return ((FileChannelImpl) fc).
getFD
();
PipeImpl.java
75
IoUtils.setBlocking(
getFD
(), blocking);
90
public FileDescriptor
getFD
() {
110
IoUtils.setBlocking(
getFD
(), blocking);
125
public FileDescriptor
getFD
() {
ServerSocketChannelImpl.java
103
IoUtils.setBlocking(impl.
getFD
$(), blocking);
112
public FileDescriptor
getFD
() {
113
return impl.
getFD
$();
/cts/suite/audio_quality/lib/include/
ClientSocket.h
31
int
getFD
() {
/libcore/luni/src/test/java/libcore/java/io/
FileDescriptorTest.java
28
new RandomAccessFile(f, "r").
getFD
().sync();
FileOutputStreamTest.java
31
FileOutputStream fos2 = new FileOutputStream(fos1.
getFD
());
/hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.cpp
58
OVASSERT(mBuf.
getFD
() != -1, "
getFd
is -1");
93
if(!mdp_wrapper::wbInitStart(mFd.
getFD
())) {
102
if(!mdp_wrapper::wbStopTerminate(mFd.
getFD
())) {
117
if(!mdp_wrapper::getVScreenInfo(mFd.
getFD
(), vinfo)) {
127
if(!mdp_wrapper::setVScreenInfo(mFd.
getFD
(), vinfo)) {
152
if(!mdp_wrapper::wbQueueBuffer(mFd.
getFD
(), mFbData)) {
162
if(!mdp_wrapper::wbDequeueBuffer(mFd.
getFD
(), mFbData)) {
173
if(!Overlay::displayCommit(mFd.
getFD
())) {
193
if (ioctl(mFd.
getFD
(), MSMFB_METADATA_SET, &metadata) < 0)
[
all
...]
overlayWriteback.h
49
int getDstFd() const { return mBuf.
getFD
(); }
87
int getFbFd() const { return mFd.
getFD
(); }
overlayMdpRot.cpp
124
if(!overlay::mdp_wrapper::startRotator(mFd.
getFD
(), mRotImgInfo)) {
155
OVASSERT(mem.
getFD
() != -1, "
getFd
is -1");
157
mRotDataInfo.dst.memory_id = mem.
getFD
();
166
if(!mdp_wrapper::endRotator(mFd.
getFD
(), getSessId())) {
168
mFd.
getFD
(), getSessId());
231
if(!overlay::mdp_wrapper::rotate(mFd.
getFD
(), mRotDataInfo)) {
overlayMdssRot.cpp
123
if(!overlay::mdp_wrapper::setOverlay(mFd.
getFD
(), mRotInfo)) {
145
if(!overlay::mdp_wrapper::play(mFd.
getFD
(), mRotData)) {
178
OVASSERT(mem.
getFD
() != -1, "
getFd
is -1");
180
mRotData.dst_data.memory_id = mem.
getFD
();
213
if(!mdp_wrapper::unsetOverlay(mFd.
getFD
(), getSessId())) {
215
mFd.
getFD
(), getSessId());
overlayMem.h
63
int
getFD
() const;
182
inline int OvMem::
getFD
() const
overlayMdp.h
77
int
getFd
() const;
187
int
getFd
() const;
225
inline int MdpCtrl::
getFd
() const {
226
return mFd.
getFD
();
358
if(!mdp_wrapper::set3D(mFd.
getFD
(), m3DOVInfo)) {
384
if(!mdp_wrapper::set3D(mFd.
getFD
(), m3DOVInfo)) {
423
inline int MdpData::
getFd
() const { return mFd.
getFD
(); }
428
if(!mdp_wrapper::play(mFd.
getFD
(), mOvData)){
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileDescriptorTest.java
61
FileDescriptor fd = fos.
getFD
();
68
fd = fis.
getFD
();
74
fd = raf.
getFD
();
87
FileDescriptor fd = fos.
getFD
();
SyncFailedExceptionTest.java
36
FileDescriptor fd = fos.
getFD
();
/hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp
127
if(!overlay::mdp_wrapper::startRotator(mFd.
getFD
(), mRotImgInfo)) {
161
OVASSERT(mem.
getFD
() != -1, "
getFd
is -1");
163
mRotDataInfo.dst.memory_id = mem.
getFD
();
172
if(!mdp_wrapper::endRotator(mFd.
getFD
(), getSessId())) {
174
mFd.
getFD
(), getSessId());
237
if(!overlay::mdp_wrapper::rotate(mFd.
getFD
(), mRotDataInfo)) {
overlayMdssRot.cpp
121
if(!overlay::mdp_wrapper::setOverlay(mFd.
getFD
(), mRotInfo)) {
143
if(!overlay::mdp_wrapper::play(mFd.
getFD
(), mRotData)) {
176
OVASSERT(mem.
getFD
() != -1, "
getFd
is -1");
178
mRotData.dst_data.memory_id = mem.
getFD
();
211
if(!mdp_wrapper::unsetOverlay(mFd.
getFD
(), getSessId())) {
213
mFd.
getFD
(), getSessId());
overlayMem.h
63
int
getFD
() const;
181
inline int OvMem::
getFD
() const
overlayMdp.h
77
int
getFd
() const;
184
int
getFd
() const;
222
inline int MdpCtrl::
getFd
() const {
223
return mFd.
getFD
();
353
if(!mdp_wrapper::set3D(mFd.
getFD
(), m3DOVInfo)) {
379
if(!mdp_wrapper::set3D(mFd.
getFD
(), m3DOVInfo)) {
418
inline int MdpData::
getFd
() const { return mFd.
getFD
(); }
423
if(!mdp_wrapper::play(mFd.
getFD
(), mOvData)){
/hardware/qcom/display/msm8x26/liboverlay/
overlayMdpRot.cpp
122
if(!overlay::mdp_wrapper::startRotator(mFd.
getFD
(), mRotImgInfo)) {
153
OVASSERT(mem.
getFD
() != -1, "
getFd
is -1");
155
mRotDataInfo.dst.memory_id = mem.
getFD
();
164
if(!mdp_wrapper::endRotator(mFd.
getFD
(), getSessId())) {
166
mFd.
getFD
(), getSessId());
229
if(!overlay::mdp_wrapper::rotate(mFd.
getFD
(), mRotDataInfo)) {
overlayMdssRot.cpp
116
if(!overlay::mdp_wrapper::setOverlay(mFd.
getFD
(), mRotInfo)) {
138
if(!overlay::mdp_wrapper::play(mFd.
getFD
(), mRotData)) {
171
OVASSERT(mem.
getFD
() != -1, "
getFd
is -1");
173
mRotData.dst_data.memory_id = mem.
getFD
();
206
if(!mdp_wrapper::unsetOverlay(mFd.
getFD
(), getSessId())) {
208
mFd.
getFD
(), getSessId());
overlayMem.h
63
int
getFD
() const;
181
inline int OvMem::
getFD
() const
overlayMdp.h
77
int
getFd
() const;
184
int
getFd
() const;
222
inline int MdpCtrl::
getFd
() const {
223
return mFd.
getFD
();
353
if(!mdp_wrapper::set3D(mFd.
getFD
(), m3DOVInfo)) {
379
if(!mdp_wrapper::set3D(mFd.
getFD
(), m3DOVInfo)) {
418
inline int MdpData::
getFd
() const { return mFd.
getFD
(); }
423
if(!mdp_wrapper::play(mFd.
getFD
(), mOvData)){
/libcore/luni/src/main/java/java/net/
SocketImpl.java
147
public FileDescriptor
getFD
$() {
/libcore/luni/src/test/java/libcore/io/
OsTest.java
36
assertFalse(S_ISSOCK(Libcore.os.fstat(fis.
getFD
()).st_mode));
40
assertTrue(S_ISSOCK(Libcore.os.fstat(s.getImpl$().
getFD
$()).st_mode));
Completed in 588 milliseconds
1
2
3
4