/system/tools/aidl/tests/ |
D | aidl_test_client_parcelables.cpp | 36 SimpleParcelable out_param, returned; in TEST_F() local 37 Status status = service->RepeatSimpleParcelable(input, &out_param, &returned); in TEST_F() 40 EXPECT_EQ(input, returned); in TEST_F() 58 PersistableBundle empty_bundle, returned; in TEST_F() local 59 Status status = service->RepeatPersistableBundle(empty_bundle, &returned); in TEST_F() 61 EXPECT_EQ(empty_bundle, returned); in TEST_F() 65 PersistableBundle non_empty_bundle, returned; in TEST_F() local 84 Status status = service->RepeatPersistableBundle(non_empty_bundle, &returned); in TEST_F() 86 EXPECT_EQ(non_empty_bundle, returned); in TEST_F()
|
/system/extras/memory_replay/traces/ |
D | README | 27 Allocation made by malloc(<size>). <ptr> is the value returned by malloc. 34 Allocation made by calloc(<nmemb>, <size>. <ptr> is the value returned 43 to indicate a realloc with a nullptr. <new_ptr> is the value returned 52 returned by memalign.
|
/system/hardware/interfaces/net/netd/1.1/ |
D | INetd.hal | 22 * This is the root of the HAL module and is the interface returned when 30 * @param networkHandle Handle to the OEM network previously returned from 53 * @param networkHandle Handle to the OEM network previously returned from 75 * @param networkHandle Handle to the OEM network previously returned from 87 * @param networkHandle Handle to the OEM network previously returned from
|
/system/core/liblog/ |
D | README.md | 129 The value returned by `android_logger_open()` can be used as a parameter to the 132 The value returned by `android_logger_open()` can be used as a parameter to the 140 If messages fail, a negative error code will be returned to the caller. 160 Other return codes from writing operation can be returned. Since the library retries on `EINTR`, 161 `-EINTR` should never be returned.
|
/system/libhidl/transport/memory/token/1.0/ |
D | IMemoryToken.hal | 23 * The returned instance of memory must always be a reference to the same memory.
|
/system/libhidl/transport/base/1.0/ |
D | types.hal | 20 * The returned object for getDebugInfo.
|
D | IBase.hal | 64 * object (the first element of the vector returned by 84 * @param cookie a cookie that must be returned with the callback
|
/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | TestServiceClient.java | 289 SimpleParcelable returned = service.RepeatSimpleParcelable(input, out_param); in testRepeatParcelable() local 291 assertThat(returned, is(input)); in testRepeatParcelable() 312 PersistableBundle returned = service.RepeatPersistableBundle(emptyBundle); in testRepeatEmptyPersistableBundle() local 313 assertThat(returned.size(), is(emptyBundle.size())); in testRepeatEmptyPersistableBundle() 314 assertThat(returned.toString(), is(emptyBundle.toString())); in testRepeatEmptyPersistableBundle()
|
/system/libhidl/transport/token/1.0/ |
D | ITokenManager.hal | 31 * @param store Interface which can later be fetched with the returned token.
|
/system/hardware/interfaces/net/netd/1.0/ |
D | INetd.hal | 20 * This is the root of the HAL module and is the interface returned when
|
/system/core/adb/ |
D | SYNC.TXT | 39 The directory entries will be returned in the following form 74 the file that will be returned. Just as for the SEND sync request the file
|
D | SERVICES.TXT | 224 The format of the returned data is the following:
|
/system/hardware/interfaces/wifi/keystore/1.0/ |
D | IKeystore.hal | 20 * This is the root of the HAL module and is the interface returned when
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 51 * then GATT_ERROR_ATTRIBUTE_NOT_LONG should be returned. 69 * then GATT_ERROR_ATTRIBUTE_NOT_LONG should be returned.
|
D | IBluetoothGattServer.txt | 26 * be returned in a callback to the application that can be used to perform
|
D | IBluetoothLowEnergy.txt | 23 * instance. A special client interface ID will be returned in a callback to
|
D | IBluetoothGattClient.txt | 56 * results will be returned from the attribute cache. Returns false in case of
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
D | flatbuffers_types.fbs | 36 * Scan Results returned by offload nanoapp
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 114 // operation via fastboot. This state can only be returned by WaitForMerge.
|
/system/bt/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 242 // Number of results returned.
|
/system/memory/libmemunreachable/ |
D | README.md | 8 In the default (zero-overhead) mode, the returned data on leaks is limited to the address, approxim…
|
/system/bt/doc/ |
D | style_guide.md | 177 routines and objects returned from those functions must be freed with the 178 corresponding `*_free` function. For example, list objects returned from
|
/system/core/fastboot/ |
D | README.md | 113 The variable contents will be returned after the 317 The host sends an init packet once the query response is returned. The
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 1523 EXPECT_OK(foo->repeatWithFmq(w, [&](const IFoo::WithFmq& returned) { in TEST_F() argument 1524 checkMQDescriptorEquality(w.scatterGathered.descSync, returned.scatterGathered.descSync); in TEST_F() 1525 checkMQDescriptorEquality(w.containsPointer.descSync, returned.containsPointer.descSync); in TEST_F() 1527 EXPECT_EQ(w.containsPointer.foo, returned.containsPointer.foo); in TEST_F()
|
/system/core/libutils/ |
D | README | 96 constraint set is returned (ResourceTypes.{h,cpp}).
|