Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 28) sorted by relevance

12

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl68 List<String> ReverseStringList(in List<String> input, in ReverseStringList()
69 out List<String> repeated); in ReverseStringList()
70 List<IBinder> ReverseNamedCallbackList(in List<IBinder> input, in ReverseNamedCallbackList()
71 out List<IBinder> repeated); in ReverseNamedCallbackList()
83 @nullable List<String> RepeatNullableStringList(in @nullable List<String> input); in RepeatNullableStringList()
94 @nullable @utf8InCpp List<String> ReverseUtf8CppStringList( in ReverseUtf8CppStringList()
95 in @nullable @utf8InCpp List<String> input, in ReverseUtf8CppStringList()
96 out @nullable @utf8InCpp List<String> repeated); in ReverseUtf8CppStringList()
/system/core/include/sysutils/
DList.h43 class List
61 friend class List;
160 friend class List;
164 List() { in List() function
167 List(const List<T>& src) { // copy-constructor in List() function
171 virtual ~List() { in ~List()
179 List<T>& operator=(const List<T>& right);
314 List<T>& List<T>::operator=(const List<T>& right)
DFrameworkClient.h20 typedef android::sysutils::List<FrameworkClient *> FrameworkClientCollection;
DFrameworkCommand.h37 typedef android::sysutils::List<FrameworkCommand *> FrameworkCommandCollection;
DSocketClient.h87 typedef android::sysutils::List<SocketClient *> SocketClientCollection;
/system/keymaster/
DList.h42 class List
60 friend class List;
159 friend class List;
163 List() { in List() function
166 List(const List<T>& src) { // copy-constructor in List() function
170 virtual ~List() { in ~List()
178 List<T>& operator=(const List<T>& right);
313 List<T>& List<T>::operator=(const List<T>& right)
Dkeymaster_enforcement.cpp31 using android::List;
53 android::List<AccessTime> last_access_list_;
74 android::List<AccessCount> access_count_list_;
518 List<AccessTime>::iterator iter; in UpdateKeyAccessTime()
/system/core/include/utils/
DList.h42 class List
60 friend class List;
159 friend class List;
163 List() { in List() function
166 List(const List<T>& src) { // copy-constructor in List() function
170 virtual ~List() { in ~List()
178 List<T>& operator=(const List<T>& right);
313 List<T>& List<T>::operator=(const List<T>& right)
/system/webservd/aidl/android/webservd/
DIServer.aidl20 List<IBinder> GetProtocolHandlers(); in GetProtocolHandlers()
/system/weaved/brillo/android/weave/
DIWeaveService.aidl20 void addComponent(in String name, in List<String> traits); in addComponent()
/system/extras/perfprofd/
Dperf_profile.proto14 // List of addresses that represents a call stack.
18 // List of load_module_ids that represents a call stack.
92 // List of all load modules.
/system/connectivity/shill/binder/android/system/connectivity/shill/
DIManager.aidl115 List<IBinder> GetDevices(); in GetDevices()
/system/extras/tests/workloads/
Dcapture.sh21 devInfo=$(adb devices -l | grep -v ^List | head -1)
Ddefs.sh89 devInfo=$(adb devices -l | grep -v ^List | head -1)
/system/media/camera/docs/
DCaptureResultTest.mako23 private static List<CaptureResult.Key<?>> getAllCaptureResultKeys() {
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java39 import java.util.List;
418 List<String> input = Arrays.asList("Walk", "into", "Córdoba"); in checkListReversal()
419 List<String> echoed = new ArrayList<String>(); in checkListReversal()
420 List<String> reversed = service.ReverseStringList(input, echoed); in checkListReversal()
664 final List<String> utf8_queries = Arrays.asList( in checkUtf8Strings()
/system/tools/aidl/docs/
Daidl-cpp.md95 | List<String> | vector<String16> | inout | …
97 | List<IBinder> | vector<sp<IBinder>> | inout | …
100 Note that java.util.Map and java.utils.List are not good candidates for cross
/system/vold/
DVolumeManager.h64 typedef android::List<ContainerData*> AsecIdCollection;
/system/connectivity/shill/doc/
Dprofile-api.txt142 List of profile Entry objects. Use the GetEntry
179 List of service objects. This property is
Dmanager-api.txt575 List of device object paths.
678 List of profile object paths.
682 List of service object paths that are visible. The
710 List of service object paths that are in a
/system/security/keystore/
Dkeystore_cli_v2.cpp327 int List(const std::string& prefix) { in List() function
453 return List(command_line->GetSwitchValueASCII("prefix")); in main()
/system/connectivity/shill/mobile_operator_db/
Dmobile_operator_db.proto87 // List of localized names for this provider.
/system/core/adb/
DSYNC.TXT27 LIST - List the files in a folder
DSERVICES.TXT135 List all existing forward connections from this server.
/system/update_engine/
Dupdate_metadata.proto245 // Only present in major version = 1. List of install operations for the
277 // Only present in major version >= 2. List of partitions that will be

12