/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 107 Return<Error3> freeBuffer(void* raw) { in freeBuffer() argument 108 if (!raw) { in freeBuffer() 111 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in freeBuffer() 132 Return<void> lock(void* raw, in lock() argument 141 const Error3 e = lockImpl(raw, cpuUsage, accessRegion, acquireFence, in lock() 151 Return<void> lockYCbCr(void* raw, in lockYCbCr() argument 157 const Error3 e = lockYCbCrImpl(raw, cpuUsage, accessRegion, acquireFence, in lockYCbCr() 167 Return<void> unlock(void* raw, unlock_cb hidl_cb) { in unlock() argument 168 hidl_cb(unlockImpl(raw), {}); in unlock() 175 hidl_vec<uint32_t> raw; in createDescriptor() local [all …]
|
D | allocator3.cpp | 267 static bool decodeBufferDescriptorInfo(const hidl_vec<uint32_t>& raw, in decodeBufferDescriptorInfo() argument 269 if (raw.size() == 5) { in decodeBufferDescriptorInfo() 270 d->width = raw[0]; in decodeBufferDescriptorInfo() 271 d->height = raw[1]; in decodeBufferDescriptorInfo() 272 d->layerCount = raw[2]; in decodeBufferDescriptorInfo() 273 d->format = static_cast<PixelFormat>(raw[3]); in decodeBufferDescriptorInfo() 274 d->usage = raw[4]; in decodeBufferDescriptorInfo()
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 261 if (ret < (int)sizeof(msg.raw.hdr)) { in runDeviceRx() 266 uint32_t len = msg.raw.hdr.len; in runDeviceRx() 274 if (ret == (int)(sizeof(msg.raw.hdr) + len)) { in runDeviceRx() 275 ret = SystemComm::handleRx(&msg.raw); in runDeviceRx() 277 hub_app_name_t app_name = { .id = msg.raw.hdr.appId }; in runDeviceRx() 279 … dumpBuffer("(RAW) DEV -> APP", app_name, msg.raw.hdr.eventId, 0, &msg.raw.data[0], len); in runDeviceRx() 281 …doSendToApp(HubMessage(&app_name, msg.raw.hdr.eventId, ENDPOINT_BROADCAST, &msg.raw.data[0], len)); in runDeviceRx() 294 …ALOGE("Expected (%zu|%zu) bytes, read %d bytes", sizeof(msg.raw.hdr) + len, sizeof(msg.chre.hdr) +… in runDeviceRx()
|
D | nanohubhal.h | 55 struct nano_message_raw raw; member
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 396 #define DEC_INFO_BIAS(name, type, axis, inter, samples, rates, raw, scale, bias) \ argument 403 .rawType = raw, \ 407 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument 414 .rawType = raw, \ 577 uint8_t *raw = &xfer->txrxBuf[0]; in magTestHandling() local 579 mTask.dataNOST[0] += (*(int16_t *)&raw[0]); in magTestHandling() 580 mTask.dataNOST[1] += (*(int16_t *)&raw[2]); in magTestHandling() 581 mTask.dataNOST[2] += (*(int16_t *)&raw[4]); in magTestHandling() 606 uint8_t *raw = &xfer->txrxBuf[0]; in magTestHandling() local 608 mTask.dataST[0] += (*(int16_t *)&raw[0]); in magTestHandling() [all …]
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | ws_connection.cpp | 184 void* raw) { in GetConnection() argument 188 if (weak_by_ptr_.count(raw) == 0) { in GetConnection() 191 connection = weak_by_ptr_[raw].lock(); in GetConnection() 193 weak_by_ptr_.erase(raw); in GetConnection() 200 void* raw, std::weak_ptr<WsConnectionImpl> conn) { in RememberConnection() argument 203 std::pair<void*, std::weak_ptr<WsConnectionImpl>>(raw, conn)); in RememberConnection() 206 void WsConnectionContextImpl::ForgetConnection(void* raw) { in ForgetConnection() argument 208 weak_by_ptr_.erase(raw); in ForgetConnection()
|
/device/google/cuttlefish/tests/wifi/ |
D | runtests.sh | 8 -r print raw results 13 Run just the specified test, and show the raw output.
|
/device/google/cuttlefish/tests/ril/ |
D | runtests.sh | 8 -r print raw results 13 Run just the specified test, and show the raw output.
|
/device/google/cuttlefish/host/frontend/vnc_server/ |
D | frame_buffer_watcher.cpp | 70 const auto& raw = stripe.raw_data; in Rotated() local 71 Message rotated(raw.size(), 0xAA); in Rotated() 76 CHECK(from < raw.size()); in Rotated() 78 std::memcpy(&rotated[to], &raw[from], ScreenConnector::BytesPerPixel()); in Rotated()
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 298 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument 305 .rawType = raw, \ 633 static void parseRawData(uint8_t *raw, uint8_t num_of_smpl, uint64_t sensor_time) in parseRawData() argument 662 raw_x = (*(int16_t *)&raw[6*i + 0]); in parseRawData() 663 raw_y = (*(int16_t *)&raw[6*i + 2]); in parseRawData() 664 raw_z = (*(int16_t *)&raw[6*i + 4]); in parseRawData()
|
/device/linaro/hikey-kernel/ |
D | update-prebuilts.sh | 8 …wget https://ci.android.com/builds/submitted/${build_num}/kernel_${board}/latest/raw/${target_name…
|
/device/linaro/hikey/hikey960/ |
D | README | 50 Schematics: https://github.com/96boards/documentation/raw/master/ConsumerEdition/HiKey960/HardwareD…
|
/device/sample/frameworks/PlatformLibrary/ |
D | README.txt | 35 Note that the product for this library is a raw .jar file, NOT a .apk, which
|
/device/google/cuttlefish/shared/ |
D | device.mk | 215 …tive/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.ha…
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 105 uint8_t raw : 1; member 775 mActiveSensorTable[j].raw = true; in initSensors() 798 if (mActiveSensorTable[j].raw) in initSensors() 1515 if (sensor->raw) in onEvtSensorDataActive()
|
/device/google/wahoo/ |
D | device.mk | 149 …tive/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.ha…
|
D | CleanSpec.mk | 58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.raw.xml)
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | videodev2.h | 1960 } raw; member 2014 } raw; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | videodev2.h | 1060 } raw; member 1091 } raw; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | videodev2.h | 1894 } raw; member 1948 } raw; member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | videodev2.h | 1060 } raw; member 1091 } raw; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | videodev2.h | 1894 } raw; member 1948 } raw; member
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | videodev2.h | 1082 } raw; member 1112 } raw; member
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 720 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument 724 .rawType = raw, \ 733 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument 734 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 687 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument 691 .rawType = raw, \ 700 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument 701 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
|