Home
last modified time | relevance | path

Searched refs:something (Results 1 – 25 of 34) 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/bt/gd/
DREADME.md18 If you are verifying something is glued or hooked up correctly inside the stack,
/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.
/system/libbase/
DREADME.md28 If your routine is actually something from a future C++ standard (that
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1118 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/
DHidlTestJava.java1382 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/
Dhwservice.te100 # It does not make sense to register or lookup something which is not a
Dservice.te223 # 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
397 # Not presently allowed to anything in policy, but possibly something
1296 # Conventionally, this looks something like:
/system/sepolicy/prebuilts/api/30.0/public/
Dhwservice.te100 # It does not make sense to register or lookup something which is not a
Dservice.te223 # It does not make sense to register or lookup something which is not a service.
/system/bt/gd/docs/architecture/
Darchitecture.md274 // do something
277 // something
303 // something
/system/extras/simpleperf/doc/
Dinferno.md75 from which all flames originate, something went wrong. : Stack unwinding may
/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/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/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/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:

12