Searched defs:addr (Results 1 - 25 of 133) sorted by relevance

123456

/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dm24lr64e.py35 addr = (nfcTagObj.M24LR64E.EEPROM_I2C_LENGTH - 1) variable
36 print "Address: ", addr
37 byte = nfcTag.readByte(addr)
43 nfcTag.writeByte(addr, byte)
47 byte = nfcTag.readByte(addr)
H A Dhm11.py90 addr = "AT+ADDR?"; variable
91 print "Querying module address (" + addr + ")..."
93 sendCommand(my_ble_obj, addr)
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dm24lr64e.cxx45 int addr = M24LR64E::EEPROM_I2C_LENGTH - 1; local
46 printf("Address: %d\n", addr);
47 uint8_t byte = nfcTag->readByte(addr);
52 nfcTag->writeByte(addr, byte);
56 byte = nfcTag->readByte(addr);
H A Dhm11.cxx96 char addr[] = "AT+ADDR?"; local
97 cout << "Querying module address (" << addr << ")..." << endl;
98 sendCommand(ble, addr);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_sock.h48 struct sockaddr addr; member in union:__anon2592
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_ionbuf.h45 uint8_t *addr; member in struct:__anon2674
/hardware/bsp/intel/peripheral/libupm/src/nunchuck/
H A Dnunchuck.cxx36 NUNCHUCK::NUNCHUCK(int bus, uint8_t addr) argument
56 if ( (rv = mraa_i2c_address(m_i2c, addr)) != MRAA_SUCCESS )
/hardware/bsp/intel/peripheral/libupm/src/th02/
H A Dth02.cxx38 TH02::TH02 (int bus, uint8_t addr) : m_i2c(bus) { argument
39 m_addr = addr;
/hardware/libhardware_legacy/qemu_tracing/
H A Dqemu_tracing.c60 int qemu_add_mapping(unsigned int addr, const char *name) argument
69 sprintf(buf, "%x %s\n", addr, name);
75 int qemu_remove_mapping(unsigned int addr) argument
82 sprintf(buf, "%x\n", addr);
/hardware/bsp/intel/peripheral/libmraa/examples/
H A Dmraa-i2c.c162 int addr; local
163 for (addr = 0x0; addr < 0x80; ++addr) {
165 if ((addr) % 16 == 0)
166 printf("%02x: ", addr);
167 if (i2c_get(bus, addr, 0, &value) == MRAA_SUCCESS)
168 printf("%02x ", addr);
171 if ((addr + 1) % 16 == 0)
/hardware/bsp/intel/peripheral/libupm/src/adis16448/
H A Dadis16448.cxx168 uint16_t addr = (((regAddr & 0x7F) | 0x80) << 8); //Check that the address is 7 bits, flip the sign bit local
169 uint16_t lowWord = (addr | (regData & 0xFF));
170 uint16_t highWord = ((addr | 0x100) | ((regData >> 8) & 0xFF));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/include/
H A Dvpx_mem_tracker.h27 size_t addr; member in struct:mem_block
46 padding_size - the size of the padding before and after each mem addr.
50 each mem addr.
64 vpx_memory_tracker_add(size_t addr, unsigned int size,
66 addr - memory address to be added to list
67 size - size of addr
68 file - the file addr was referenced from
69 line - the line in file addr was referenced from
70 Adds memory address addr, it's size, file and line it came from
73 void vpx_memory_tracker_add(size_t addr, unsigne
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DUeventObserver.cpp58 struct sockaddr_nl addr; local
63 memset(&addr, 0, sizeof(addr));
64 addr.nl_family = AF_NETLINK;
65 addr.nl_pid = pthread_self() | getpid();
66 addr.nl_groups = 0xffffffff;
78 if (bind(mUeventFd, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
H A DUeventObserver.cpp58 struct sockaddr_nl addr; local
63 memset(&addr, 0, sizeof(addr));
64 addr.nl_family = AF_NETLINK;
65 addr.nl_pid = pthread_self() | getpid();
66 addr.nl_groups = 0xffffffff;
78 if (bind(mUeventFd, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
/hardware/libhardware_legacy/uevent/
H A Duevent.c45 struct sockaddr_nl addr; local
49 memset(&addr, 0, sizeof(addr));
50 addr.nl_family = AF_NETLINK;
51 addr.nl_pid = getpid();
52 addr.nl_groups = 0xffffffff;
60 if(bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMem.h55 /* Use libgralloc to retrieve fd, base addr, alloc type */
72 void* addr() const;
84 /* points to base addr (mmap)*/
186 inline void* OvMem::addr() const function in class:overlay::OvMem
204 ALOGE("fd=%d addr=%p type=%d bufsz=%u", mFd, mBaseAddr, mAllocType, mBufSz);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Drtt.cpp159 mac_addr addr[])
173 if (addr == NULL) {
174 ALOGE("wifi_rtt_range_cancel: NULL addr pointer provided."
199 ret = lowiWifiHalApi->rtt_range_cancel(id, num_devices, addr);
156 wifi_rtt_range_cancel(wifi_request_id id, wifi_interface_handle iface, unsigned num_devices, mac_addr addr[]) argument
/hardware/bsp/intel/peripheral/libupm/src/lsm303d/
H A Dlsm303d.cxx40 LSM303d::LSM303d(int bus, int addr, int accScale) : m_i2c(bus) argument
42 m_addr = addr;
/hardware/bsp/intel/peripheral/libupm/src/st7735/
H A Dst7735.cxx95 ST7735::executeCMDList(const uint8_t *addr) { argument
99 numCommands = *(addr++); // Number of commands to follow
101 write (*(addr++)); // Read, issue command
102 numArgs = *(addr++); // Number of args to follow
106 data (*(addr++)); // Read, issue argument
110 ms = *(addr++); // Read post-command delay time (ms)
124 write (ST7735_CASET); // Column addr set
133 write (ST7735_RASET); // Row addr set
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_image.c17 /*returns an addr aligned to the byte boundary specified by align*/
18 #define align_addr(addr,align) (void*)(((size_t)(addr) + ((align) - 1)) & (size_t)-(align))
22 void *addr, local
25 addr = malloc(size + align - 1 + ADDRESS_STORAGE_SIZE);
27 if (addr) {
28 x = align_addr((unsigned char *)addr + ADDRESS_STORAGE_SIZE, (int)align);
30 ((size_t *)x)[-1] = (size_t)addr;
38 void *addr = (void *)(((size_t *)memblk)[-1]); local
39 free(addr);
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMem.h59 /* Use libgralloc to retrieve fd, base addr, alloc type */
76 void* addr() const;
91 /* points to base addr (mmap)*/
236 inline void* OvMem::addr() const function in class:overlay::OvMem
254 ALOGE("fd=%d addr=%p type=%d bufsz=%u AlignedBufSz=%u",
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMem.h56 /* Use libgralloc to retrieve fd, base addr, alloc type */
73 void* addr() const;
85 /* points to base addr (mmap)*/
197 inline void* OvMem::addr() const function in class:overlay::OvMem
215 ALOGE("fd=%d addr=%p type=%d bufsz=%u AlignedBufSz=%u",
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMem.h56 /* Use libgralloc to retrieve fd, base addr, alloc type */
73 void* addr() const;
85 /* points to base addr (mmap)*/
197 inline void* OvMem::addr() const function in class:overlay::OvMem
215 ALOGE("fd=%d addr=%p type=%d bufsz=%u AlignedBufSz=%u",
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMem.h56 /* Use libgralloc to retrieve fd, base addr, alloc type */
73 void* addr() const;
85 /* points to base addr (mmap)*/
197 inline void* OvMem::addr() const function in class:overlay::OvMem
215 ALOGE("fd=%d addr=%p type=%d bufsz=%u AlignedBufSz=%u",
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_ipc.h40 } addr; member in struct:msm_ipc_addr

Completed in 550 milliseconds

123456