Searched refs:HConnectionType (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/ |
H A D | types.cpp | 163 bool b2h(int from, HConnectionType* to) { in b2h() 164 *to = static_cast<HConnectionType>(from); 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() 185 case HConnectionType::EGL: in h2b() 187 case HConnectionType::CPU: in h2b() 189 case HConnectionType::MEDIA: in h2b() [all …]
|
H A D | B2HGraphicBufferProducer.cpp | 255 HConnectionType apiType; 258 HConnectionType t) in Obituary() 272 HConnectionType hConnectionType, in connect() 302 HConnectionType hConnectionType) { in disconnect()
|
H A D | H2BGraphicBufferProducer.cpp | 321 HConnectionType hConnectionType; in connect() 359 HConnectionType hConnectionType; in disconnect() 361 hConnectionType = HConnectionType::CURRENTLY_CONNECTED; in disconnect()
|
/aosp12/frameworks/av/media/codec2/vndk/ |
H A D | types.cpp | 170 bool b2h(int from, HConnectionType* to) { in b2h() 171 *to = static_cast<HConnectionType>(from); 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() 192 case HConnectionType::EGL: in h2b() 194 case HConnectionType::CPU: in h2b() 196 case HConnectionType::MEDIA: in h2b() [all …]
|
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/ |
H A D | types.h | 79 using HConnectionType = ::android::hardware::graphics::bufferqueue::V2_0:: variable 82 bool b2h(int from, HConnectionType* to); 83 bool h2b(HConnectionType from, int* to);
|
H A D | B2HGraphicBufferProducer.h | 90 HConnectionType api, 94 virtual Return<HStatus> disconnect(HConnectionType api) override;
|
/aosp12/frameworks/av/media/codec2/vndk/include/ |
H A D | types.h | 80 using HConnectionType = ::android::hardware::graphics::bufferqueue::V2_0:: variable 83 bool b2h(int from, HConnectionType* to); 84 bool h2b(HConnectionType from, int* to);
|