/system/libhidl/adapter/ |
D | HidlBinderAdapter.cpp | 219 sp<IBase> adaptWithDefault(const sp<IBase>& something, in adaptWithDefault() argument 223 if (something == nullptr) { in adaptWithDefault() 224 return something; in adaptWithDefault() 227 auto it = sAdapterMap.find(something); in adaptWithDefault() 229 it = sAdapterMap.insert(it, {something, makeDefault()}); in adaptWithDefault()
|
/system/tools/hidl/test/vendor/1.0/ |
D | FAKE_NOTICE_FILE | 1 I am notifying you of something! Wheeee!
|
/system/tools/aidl/tests/java_app/ |
D | README | 1 To use this APK do something like:
|
/system/libhidl/adapter/include/hidladapter/ |
D | HidlBinderAdapter.h | 36 sp<IBase> adaptWithDefault(const sp<IBase>& something,
|
/system/bt/gd/ |
D | README.md | 18 If you are verifying something is glued or hooked up correctly inside the stack,
|
/system/iorap/ |
D | iorapd.rc | 20 # TODO: should this be something else like performance/tasks?
|
/system/extras/partition_tools/ |
D | lpdumpd.rc | 24 # might be something else.
|
/system/libhidl/transport/token/1.0/ |
D | ITokenManager.hal | 20 * This facilitates converting hidl interfaces into something that
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hwservice.te | 78 # It does not make sense to register or lookup something which is not a
|
D | service.te | 196 # It does not make sense to register or lookup something which is not a service.
|
/system/libbase/ |
D | README.md | 28 If your routine is actually something from a future C++ standard (that
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 1118 double something = foo->doQuiteABit(1, 2, 3.0f, 4.0); in TEST_F() local 1119 ALOGI("CLIENT doQuiteABit returned %f.", something); in TEST_F() 1120 EXPECT_DOUBLE_EQ(something, 666.5); in TEST_F() 1130 EXPECT_OK(foo->doSomethingElse(param, [&](const auto &something) { in TEST_F() argument 1132 to_string(something).c_str()); in TEST_F() 1135 EXPECT_TRUE(isArrayEqual(something, expect, 32)); in TEST_F() 1141 EXPECT_OK(foo->doStuffAndReturnAString([&](const auto &something) { in TEST_F() argument 1143 something.c_str()); in TEST_F() 1144 EXPECT_STREQ(something.c_str(), "Hello, world"); in TEST_F() 1145 EXPECT_EQ(strlen("Hello, world"), something.size()); in TEST_F() [all …]
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 1382 int[] something = new int[32]; in doSomethingElse() local 1384 something[i] = 2 * param[i]; in doSomethingElse() 1385 something[15 + i] = param[i]; in doSomethingElse() 1387 something[30] = 1; in doSomethingElse() 1388 something[31] = 2; in doSomethingElse() 1390 return something; in doSomethingElse()
|
/system/sepolicy/public/ |
D | hwservice.te | 100 # It does not make sense to register or lookup something which is not a
|
D | service.te | 223 # It does not make sense to register or lookup something which is not a service.
|
D | domain.te | 42 # Running something like "pm dump com.android.bluetooth" requires 397 # Not presently allowed to anything in policy, but possibly something 1296 # Conventionally, this looks something like:
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hwservice.te | 100 # It does not make sense to register or lookup something which is not a
|
D | service.te | 223 # It does not make sense to register or lookup something which is not a service.
|
/system/bt/gd/docs/architecture/ |
D | architecture.md | 274 // do something 277 // something 303 // something
|
/system/extras/simpleperf/doc/ |
D | inferno.md | 75 from which all flames originate, something went wrong. : Stack unwinding may
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | domain.te | 44 # Running something like "pm dump com.android.bluetooth" requires 286 # Not presently allowed to anything in policy, but possibly something 976 # Conventionally, this looks something like:
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | domain.te | 44 # Running something like "pm dump com.android.bluetooth" requires 283 # Not presently allowed to anything in policy, but possibly something 983 # Conventionally, this looks something like:
|
/system/extras/ioblame/ |
D | README | 122 running something and then hitting ^C on ioblame). For instance, we
|
/system/core/adb/ |
D | SERVICES.TXT | 132 This returns something that looks like the following:
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | domain.te | 42 # Running something like "pm dump com.android.bluetooth" requires 354 # Not presently allowed to anything in policy, but possibly something 1283 # Conventionally, this looks something like:
|