Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DSSLSocket.cpp45 mMode(mode), in SSLSocket()
57 if (mMode == Mode::ACCEPT) { in SSLSocket()
163 if (mMode == Mode::ACCEPT) { in handleIncomingData()
434 if (mMode == Mode::ACCEPT) { in drainOutputBufferPlain()
508 if (mMode == Mode::ACCEPT || (mFlags & FLAG_DONT_CHECK_PEER_CERTIFICATE)) { in isPeerCertificateValid()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp74 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9), in GoldfishVPX()
82 const size_t kMinCompressionRatio = mMode == MODE_VP8 ? 2 : 4; in GoldfishVPX()
83 const char* mime = mMode == MODE_VP8 ? MEDIA_MIMETYPE_VIDEO_VP8 in GoldfishVPX()
109 mCtx->vpversion = mMode == MODE_VP8 ? 8 : 9; in initDecoder()
308 if (mMode == MODE_VP9) { in onQueueFilled()
DGoldfishVPX.h75 } mMode; member
/device/google/wahoo/vibrator/
DVibrator.cpp75 mMode(std::move(mode)), in Vibrator()
111 mMode << WAVEFORM_MODE << std::endl; in on()
113 mMode << RTP_MODE << std::endl; in on()
DVibrator.h60 std::ofstream mMode; variable
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DSSLSocket.h77 Mode mMode; member