Home
last modified time | relevance | path

Searched refs:something (Results 1 – 25 of 30) sorted by relevance

12

/system/libhidl/adapter/
DHidlBinderAdapter.cpp219 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/
DFAKE_NOTICE_FILE1 I am notifying you of something! Wheeee!
/system/tools/aidl/tests/java_app/
DREADME1 To use this APK do something like:
/system/libhidl/adapter/include/hidladapter/
DHidlBinderAdapter.h36 sp<IBase> adaptWithDefault(const sp<IBase>& something,
/system/iorap/
Diorapd.rc20 # TODO: should this be something else like performance/tasks?
/system/extras/partition_tools/
Dlpdumpd.rc24 # might be something else.
/system/libhidl/transport/token/1.0/
DITokenManager.hal20 * This facilitates converting hidl interfaces into something that
/system/sepolicy/prebuilts/api/29.0/public/
Dhwservice.te78 # It does not make sense to register or lookup something which is not a
Dservice.te196 # It does not make sense to register or lookup something which is not a service.
Ddomain.te42 # Running something like "pm dump com.android.bluetooth" requires
384 # Not presently allowed to anything in policy, but possibly something
1275 # Conventionally, this looks something like:
/system/sepolicy/public/
Dhwservice.te78 # It does not make sense to register or lookup something which is not a
Dservice.te196 # It does not make sense to register or lookup something which is not a service.
Ddomain.te42 # Running something like "pm dump com.android.bluetooth" requires
384 # Not presently allowed to anything in policy, but possibly something
1275 # Conventionally, this looks something like:
/system/tools/aidl/docs/
Daidl-cpp.md55 something/something-else/com/example/IFoo.aidl. Then we would write:
58 LOCAL_AIDL_INCLUDES := something/something-else
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1131 double something = foo->doQuiteABit(1, 2, 3.0f, 4.0); in TEST_F() local
1132 ALOGI("CLIENT doQuiteABit returned %f.", something); in TEST_F()
1133 EXPECT_DOUBLE_EQ(something, 666.5); in TEST_F()
1143 EXPECT_OK(foo->doSomethingElse(param, [&](const auto &something) { in TEST_F() argument
1145 to_string(something).c_str()); in TEST_F()
1148 EXPECT_TRUE(isArrayEqual(something, expect, 32)); in TEST_F()
1154 EXPECT_OK(foo->doStuffAndReturnAString([&](const auto &something) { in TEST_F() argument
1156 something.c_str()); in TEST_F()
1157 EXPECT_STREQ(something.c_str(), "Hello, world"); in TEST_F()
1158 EXPECT_EQ(strlen("Hello, world"), something.size()); in TEST_F()
[all …]
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java1265 int[] something = new int[32]; in doSomethingElse() local
1267 something[i] = 2 * param[i]; in doSomethingElse()
1268 something[15 + i] = param[i]; in doSomethingElse()
1270 something[30] = 1; in doSomethingElse()
1271 something[31] = 2; in doSomethingElse()
1273 return something; in doSomethingElse()
/system/extras/simpleperf/doc/
Dinferno.md75 from which all flames originate, something went wrong. : Stack unwinding may
/system/sepolicy/prebuilts/api/26.0/public/
Ddomain.te44 # 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/sepolicy/prebuilts/api/27.0/public/
Ddomain.te44 # 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/extras/ioblame/
DREADME122 running something and then hitting ^C on ioblame). For instance, we
/system/core/adb/
DSERVICES.TXT132 This returns something that looks like the following:
/system/core/llkd/
DREADME.md198 - Speed up gTest using something else than ro.llk.*properties*, which should
/system/sepolicy/prebuilts/api/28.0/public/
Ddomain.te42 # 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:
/system/sepolicy/tools/fc_sort/
DNOTICE323 be called something other than `show w' and `show c'; they could even be
/system/sepolicy/prebuilts/api/26.0/private/
Dsystem_server.te707 # system server to dynamically load a dex file, something we do not

12