OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_get_feature_set
(Results
1 - 3
of
3
) sorted by null
/system/core/adb/
adb_client.h
67
bool
adb_get_feature_set
(FeatureSet* _Nonnull feature_set, std::string* _Nonnull error);
adb_client.cpp
325
bool
adb_get_feature_set
(FeatureSet* feature_set, std::string* error) {
function
commandline.cpp
717
if (!
adb_get_feature_set
(&features, &error)) {
[
all
...]
Completed in 141 milliseconds