Home
last modified time | relevance | path

Searched refs:kFeatureSendRecv2LZ4 (Results 1 – 3 of 3) sorted by relevance

/packages/modules/adb/
Dtransport.h97 extern const char* const kFeatureSendRecv2LZ4;
Dtransport.cpp94 const char* const kFeatureSendRecv2LZ4 = "sendrecv_v2_lz4"; variable
1206 kFeatureSendRecv2LZ4, in supported_features()
/packages/modules/adb/client/
Dfile_sync_client.cpp242 have_sendrecv_v2_lz4_ = CanUseFeature(*features, kFeatureSendRecv2LZ4); in SyncConnection()