Home
last modified time | relevance | path

Searched refs:HConnectionType (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/gui/bufferqueue/2.0/
Dtypes.cpp163 bool b2h(int from, HConnectionType* to) { in b2h()
164 *to = static_cast<HConnectionType>(from); in b2h()
167 *to = HConnectionType::CURRENTLY_CONNECTED; break; in b2h()
169 *to = HConnectionType::EGL; break; in b2h()
171 *to = HConnectionType::CPU; break; in b2h()
173 *to = HConnectionType::MEDIA; break; in b2h()
175 *to = HConnectionType::CAMERA; break; in b2h()
180 bool h2b(HConnectionType from, int* to) { in h2b()
183 case HConnectionType::CURRENTLY_CONNECTED: in h2b()
185 case HConnectionType::EGL: in h2b()
[all …]
DH2BGraphicBufferProducer.cpp321 HConnectionType hConnectionType; in connect()
359 HConnectionType hConnectionType; in disconnect()
361 hConnectionType = HConnectionType::CURRENTLY_CONNECTED; in disconnect()
DB2HGraphicBufferProducer.cpp254 HConnectionType hConnectionType, in connect()
278 HConnectionType hConnectionType) { in disconnect()
/frameworks/av/media/codec2/vndk/
Dtypes.cpp170 bool b2h(int from, HConnectionType* to) { in b2h()
171 *to = static_cast<HConnectionType>(from); in b2h()
174 *to = HConnectionType::CURRENTLY_CONNECTED; break; in b2h()
176 *to = HConnectionType::EGL; break; in b2h()
178 *to = HConnectionType::CPU; break; in b2h()
180 *to = HConnectionType::MEDIA; break; in b2h()
182 *to = HConnectionType::CAMERA; break; in b2h()
187 bool h2b(HConnectionType from, int* to) { in h2b()
190 case HConnectionType::CURRENTLY_CONNECTED: in h2b()
192 case HConnectionType::EGL: in h2b()
[all …]
/frameworks/av/media/codec2/vndk/include/
Dtypes.h80 using HConnectionType = ::android::hardware::graphics::bufferqueue::V2_0:: variable
83 bool b2h(int from, HConnectionType* to);
84 bool h2b(HConnectionType from, int* to);
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
Dtypes.h79 using HConnectionType = ::android::hardware::graphics::bufferqueue::V2_0:: variable
82 bool b2h(int from, HConnectionType* to);
83 bool h2b(HConnectionType from, int* to);
DB2HGraphicBufferProducer.h89 HConnectionType api,
93 virtual Return<HStatus> disconnect(HConnectionType api) override;