/frameworks/compile/mclinker/unittests/ |
H A D | LinkerTest.cpp | 390 /// [ 3] .data PROGBITS 00000000 000044 000000 00 WA 0 392 LDSection* data = local 394 ".data", 448 ".data", 454 data);
|
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/ |
H A D | ExpressionVisitorTest.java | 80 public static List<Object[]> data() { method in class:ExpressionVisitorTest.ComparisonExprTests
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
H A D | ASensorEventQueue.cpp | 33 ALooper *looper, ALooper_callbackFunc callback, void *data) 36 mData(data) { 32 ASensorEventQueue( ALooper *looper, ALooper_callbackFunc callback, void *data) argument
|
/frameworks/ml/nn/runtime/ |
H A D | Memory.cpp | 53 int fd = mHandle->data[0]; 91 mHandle->data[0] = dupfd; 92 mHandle->data[1] = prot; 93 mHandle->data[2] = (int32_t)(uint32_t)(offset & 0xffffffff); 95 mHandle->data[3] = (int32_t)(uint32_t)(offset >> 32); 97 mHandle->data[3] = 0; 114 int fd = mHandle->data[0]; 115 int prot = mHandle->data[1]; 116 size_t offset = getSizeFromInts(mHandle->data[2], mHandle->data[ 117 void* data = mmap(nullptr, mHidlMemory.size(), prot, MAP_SHARED, fd, offset); local [all...] |
/frameworks/native/cmds/installd/ |
H A D | globals.cpp | 82 bool init_globals_from_data_and_root(const char* data, const char* root) { argument 83 // Get the android data directory. 84 android_data_dir = ensure_trailing_slash(data);
|
/frameworks/native/cmds/lshal/ |
H A D | Timeout.h | 56 void *callAndNotify(void *data) { argument 57 BackgroundTaskState &state = *static_cast<BackgroundTaskState *>(data);
|
/frameworks/native/cmds/servicemanager/ |
H A D | binder.h | 14 char *data; /* pointer to read/write from */ member in struct:binder_io 16 size_t data_avail; /* bytes available in data buffer */ 19 char *data0; /* start of data buffer */ 60 * - call once any necessary data has been extracted from the 81 void bio_init(struct binder_io *bio, void *data,
|
/frameworks/native/libs/binder/ |
H A D | IAppOpsService.cpp | 40 Parcel data, reply; local 41 data.writeInterfaceToken(IAppOpsService::getInterfaceDescriptor()); 42 data.writeInt32(code); 43 data.writeInt32(uid); 44 data.writeString16(packageName); 45 remote()->transact(CHECK_OPERATION_TRANSACTION, data, &reply); 52 Parcel data, reply; local 53 data.writeInterfaceToken(IAppOpsService::getInterfaceDescriptor()); 54 data.writeInt32(code); 55 data 65 Parcel data, reply; local 80 Parcel data, reply; local 91 Parcel data, reply; local 100 Parcel data, reply; local 107 Parcel data, reply; local 118 Parcel data, reply; local 132 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument [all...] |
H A D | IBatteryStats.cpp | 38 Parcel data, reply; local 39 data.writeInterfaceToken(IBatteryStats::getInterfaceDescriptor()); 40 data.writeInt32(uid); 41 data.writeInt32(sensor); 42 remote()->transact(NOTE_START_SENSOR_TRANSACTION, data, &reply); 46 Parcel data, reply; local 47 data.writeInterfaceToken(IBatteryStats::getInterfaceDescriptor()); 48 data.writeInt32(uid); 49 data.writeInt32(sensor); 50 remote()->transact(NOTE_STOP_SENSOR_TRANSACTION, data, 54 Parcel data, reply; local 61 Parcel data, reply; local 68 Parcel data, reply; local 75 Parcel data, reply; local 82 Parcel data, reply; local 88 Parcel data, reply; local 94 Parcel data, reply; local 101 Parcel data, reply; local 108 Parcel data, reply; local 115 Parcel data, reply; local 122 Parcel data, reply; local 128 Parcel data, reply; local 139 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument [all...] |
H A D | IPermissionController.cpp | 41 Parcel data, reply; local 42 data.writeInterfaceToken(IPermissionController::getInterfaceDescriptor()); 43 data.writeString16(permission); 44 data.writeInt32(pid); 45 data.writeInt32(uid); 46 remote()->transact(CHECK_PERMISSION_TRANSACTION, data, &reply); 54 Parcel data, reply; local 55 data.writeInterfaceToken(IPermissionController::getInterfaceDescriptor()); 56 data.writeString16(op); 57 data 67 Parcel data, reply; local 86 Parcel data, reply; local 97 Parcel data, reply; local 112 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument [all...] |
/frameworks/native/libs/gui/ |
H A D | BitTube.cpp | 43 BitTube::BitTube(const Parcel& data) { argument 44 readFromParcel(&data); 106 // EAGAIN means that we have non-blocking I/O but there was no data to be read. Nothing the
|
/frameworks/native/libs/sensor/ |
H A D | BitTube.cpp | 48 BitTube::BitTube(const Parcel& data) argument 51 mReceiveFd = dup(data.readFileDescriptor()); 125 // no data to be read. Nothing the client should care about.
|
/frameworks/native/libs/ui/tools/ |
H A D | lutgen.cpp | 41 cout << "If <lut file> ends in .inc, data is generated without the array declaration." << endl; 145 auto data = lut.get(); local 169 half3 rgb = half3(*data++);
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | array_wrapper.h | 71 pointer data() { return buffer_; } function in class:android::pdx::rpc::ArrayWrapper 72 const_pointer data() const { return buffer_; } function in class:android::pdx::rpc::ArrayWrapper
|
/frameworks/native/libs/vr/libpdx_uds/ |
H A D | client_channel_tests.cpp | 64 const std::vector<TestProtocol::DataType>& data) { 65 return std::accumulate(data.begin(), data.end(), int64_t{0}); 73 int64_t Sum(const std::vector<TestProtocol::DataType>& data) { argument 74 auto status = InvokeRemoteMethod<TestProtocol::Sum>(data); 140 std::vector<TestProtocol::DataType> data) { 142 int64_t expected = std::accumulate(data.begin(), data.end(), int64_t{0}); 144 ASSERT_EQ(expected, client->Sum(data)); 149 std::vector<TestProtocol::DataType> data; local 63 OnSum(Message& , const std::vector<TestProtocol::DataType>& data) argument [all...] |
/frameworks/native/services/sensorservice/hidl/ |
H A D | EventQueue.cpp | 35 int handleEvent(__unused int fd, __unused int events, __unused void* data) { argument 67 new EventQueueLooperCallback(internalQueue, callback), NULL /* data */);
|
/frameworks/native/services/surfaceflinger/ |
H A D | GpuService.cpp | 36 status_t BnGpuService::onTransact(uint32_t code, const Parcel& data, argument 42 int in = data.readFileDescriptor(); 43 int out = data.readFileDescriptor(); 44 int err = data.readFileDescriptor(); 45 int argc = data.readInt32(); 47 for (int i = 0; i < argc && data.dataAvail() > 0; i++) { 48 args.add(data.readString16()); 52 if ((status = data.readNullableStrongBinder(&unusedCallback)) != OK) 54 if ((status = data.readNullableStrongBinder(&resultReceiver)) != OK) 63 return BBinder::onTransact(code, data, repl [all...] |
/frameworks/native/services/surfaceflinger/RenderEngine/ |
H A D | Mesh.h | 43 VertexArray(float* data, size_t stride) : mData(data), mStride(stride) {} argument
|
/frameworks/opt/car/setupwizard/library/src/com/android/car/setupwizardlib/util/ |
H A D | CarWizardManagerHelper.java | 57 * @param data An intent containing extra result data. 62 public static Intent getNextIntent(Intent originalIntent, int resultCode, Intent data) { argument 66 if (data != null && data.getExtras() != null) { 67 intent.putExtras(data.getExtras());
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
H A D | DeletedEphemeralSsidsStoreDataTest.java | 62 * Helper function for serializing configuration data to a XML block. 65 * @return byte[] of the XML data 78 * Helper function for parsing configuration data from a XML block. 80 * @param data XML data to parse from 85 private Set<String> deserializeData(byte[] data, boolean shared) throws Exception { argument 87 final ByteArrayInputStream inputStream = new ByteArrayInputStream(data); 118 * Verify that serializing the user store data without any configuration doesn't cause any 119 * crash and no data should be serialized. 129 * Verify that parsing an empty data does [all...] |
H A D | SsidSetStoreDataTest.java | 72 * Helper function for serializing configuration data to a XML block. 75 * @return byte[] of the XML data 88 * Helper function for parsing configuration data from a XML block. 90 * @param data XML data to parse from 94 private void deserializeData(byte[] data, boolean shared) throws Exception { argument 96 final ByteArrayInputStream inputStream = new ByteArrayInputStream(data); 102 * Verify that a XmlPullParserException will be thrown when attempting to serialize data 114 * data from the share store. 124 * Verify that serializing the user store data withou [all...] |
H A D | WakeupConfigStoreDataTest.java | 66 * Helper function for serializing configuration data to a XML block. 69 * @return byte[] of the XML data 81 * Helper function for parsing configuration data from a XML block. 83 * @param data XML data to parse from 86 private void deserializeData(byte[] data, boolean shared) throws Exception { argument 88 final ByteArrayInputStream inputStream = new ByteArrayInputStream(data); 94 * Verify that a XmlPullParserException will be thrown when attempting to serialize data 104 * data from the share store. 172 * Verify that reset data wipe [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
H A D | PasspointConfigStoreDataTest.java | 201 * Helper function for serializing store data to a XML block. 203 * @param share Flag indicating share or user data 217 * Helper function for deserializing store data from a XML block. 219 * @param data The XML block data bytes 220 * @param share Flag indicating share or user data 223 private void deserializeData(byte[] data, boolean share) throws Exception { argument 225 final ByteArrayInputStream inputStream = new ByteArrayInputStream(data); 231 * Verify that the serialization and deserialization of user store data works as expected. 232 * The data use [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/ |
H A D | I18NameTest.java | 43 * Helper function for returning byte array containing test data. 59 * Helper function for generating default test data. The test data include the language code 62 * @return byte[] of data 70 * Helper function for returning a buffer containing a I18Name test data. 72 * @Param data The byte array of I18Name data 77 private ByteBuffer getTestBuffer(byte[] data, int length) throws IOException { argument 79 ByteBuffer buffer = ByteBuffer.allocate(data.length + 1); 81 buffer.put(data); [all...] |
H A D | OsuProviderInfoTestUtil.java | 29 * Utility class containing test data and object for {@link OsuProviderInfo}. 32 // Test data 44 * {@link IconInfo} object with pre-defined test data. 51 * Raw bytes of icon info with pre-defined test data. 59 * Generate and return the raw data based on pre-defined test data. 76 * Generate and return the raw data based on pre-defined test data. 94 * Generate and return the payload containing OSU provider test data, excluding the length 135 byte[] data 176 writeByteArrayWithLength(ByteArrayOutputStream out, byte[] data) argument [all...] |