Searched refs:List (Results 1 - 17 of 17) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl67 // Test that List<T> types work correctly.
68 List<String> ReverseStringList(in List<String> input,
69 out List<String> repeated);
70 List<IBinder> ReverseNamedCallbackList(in List<IBinder> input,
71 out List<IBinder> repeated);
83 @nullable List<String> RepeatNullableStringList(in @nullable List<String> input);
94 @nullable @utf8InCpp List<Strin
[all...]
/system/weaved/brillo/android/weave/
H A DIWeaveService.aidl20 void addComponent(in String name, in List<String> traits);
/system/core/include/sysutils/
H A DFrameworkClient.h4 #include "List.h"
20 typedef android::sysutils::List<FrameworkClient *> FrameworkClientCollection;
H A DFrameworkCommand.h19 #include "List.h"
37 typedef android::sysutils::List<FrameworkCommand *> FrameworkCommandCollection;
H A DList.h25 // The only class you want to use from here is "List".
37 * Doubly-linked list. Instantiate with "List<MyClass> myList".
43 class List class in namespace:android::sysutils
61 friend class List;
160 friend class List;
164 List() { function in class:android::sysutils::List
167 List(const List<T>& src) { // copy-constructor function in class:android::sysutils::List
171 virtual ~List() {
179 List<
[all...]
H A DSocketClient.h4 #include "List.h"
87 typedef android::sysutils::List<SocketClient *> SocketClientCollection;
/system/core/include/utils/
H A DList.h25 // The only class you want to use from here is "List".
36 * Doubly-linked list. Instantiate with "List<MyClass> myList".
42 class List class in namespace:android
60 friend class List;
159 friend class List;
163 List() { function in class:android::List
166 List(const List<T>& src) { // copy-constructor function in class:android::List
170 virtual ~List() {
178 List<
[all...]
/system/keymaster/
H A DList.h25 // The only class you want to use from here is "List".
36 * Doubly-linked list. Instantiate with "List<MyClass> myList".
42 class List class in namespace:android
60 friend class List;
159 friend class List;
163 List() { function in class:android::List
166 List(const List<T>& src) { // copy-constructor function in class:android::List
170 virtual ~List() {
178 List<
[all...]
H A Dkeymaster_enforcement.cpp29 #include "List.h"
31 using android::List;
53 android::List<AccessTime> last_access_list_;
74 android::List<AccessCount> access_count_list_;
518 List<AccessTime>::iterator iter;
/system/connectivity/shill/binder/android/system/connectivity/shill/
H A DIManager.aidl113 * @return List of device Binder references
115 List<IBinder> GetDevices();
/system/media/camera/docs/
H A DCaptureResultTest.mako23 private static List<CaptureResult.Key<?>> getAllCaptureResultKeys() {
/system/extras/tests/workloads/
H A Dcapture.sh21 devInfo=$(adb devices -l | grep -v ^List | head -1)
H A Ddefs.sh89 devInfo=$(adb devices -l | grep -v ^List | head -1)
/system/vold/
H A DVolumeManager.h33 #include <utils/List.h>
64 typedef android::List<ContainerData*> AsecIdCollection;
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DTestServiceClient.java39 import java.util.List;
418 List<String> input = Arrays.asList("Walk", "into", "Córdoba");
419 List<String> echoed = new ArrayList<String>();
420 List<String> reversed = service.ReverseStringList(input, echoed);
422 mLog.logAndThrow("Failed to echo input List<String> back.");
431 mLog.logAndThrow("Service failed to reverse an List<String>.");
664 final List<String> utf8_queries = Arrays.asList(
/system/security/keystore/
H A Dkeystore_cli_v2.cpp327 int List(const std::string& prefix) { function in namespace:__anon1904
453 return List(command_line->GetSwitchValueASCII("prefix"));
/system/sepolicy/
H A DAndroid.mk109 echo "List of invalid domains:" 1>&2; \
146 echo "List of invalid domains:" 1>&2; \

Completed in 236 milliseconds