HomeSort by relevance Sort by last modified time
    Searched refs:devAddr (Results 1 - 20 of 20) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/mlx90614/
mlx90614.cxx 34 MLX90614::MLX90614 (int bus, int devAddr) : m_i2Ctx(bus) {
37 m_i2cAddr = devAddr;
mlx90614.h 82 * @param devAddr Address of the used I2C device
84 MLX90614 (int bus=0, int devAddr=0x5A);
  /hardware/bsp/intel/peripheral/libupm/src/max44000/
max44000.h 86 * @param devAddr Address of the used I2C device
88 MAX44000 (int bus, int devAddr=ADDR);
max44000.cxx 35 MAX44000::MAX44000 (int bus, int devAddr) : m_i2cMaxControlCtx(bus) {
38 m_maxControlAddr = devAddr;
  /hardware/bsp/intel/peripheral/libupm/src/maxds3231m/
maxds3231m.cxx 34 MAXDS3231M::MAXDS3231M (int bus, int devAddr) : m_i2Ctx(bus) {
37 m_i2cAddr = devAddr;
maxds3231m.h 90 * @param devAddr Address of the used I2C device
92 MAXDS3231M (int bus=0, int devAddr=0x68);
  /hardware/bsp/intel/peripheral/libupm/src/am2315/
am2315.h 86 * @param devAddr Address of the used I2C device
89 AM2315 (int bus, int devAddr=AM2315_I2C_ADDRESS);
am2315.cpp 39 AM2315::AM2315(int bus, int devAddr) {
46 m_controlAddr = devAddr;
  /hardware/bsp/intel/peripheral/libupm/src/bmpx8x/
bmpx8x.h 97 * @param devAddr Address of the used I2C device
100 BMPX8X (int bus, int devAddr=0x77, uint8_t mode=BMP085_ULTRAHIGHRES);
bmpx8x.cxx 35 BMPX8X::BMPX8X (int bus, int devAddr, uint8_t mode) : m_controlAddr(devAddr), m_i2ControlCtx(bus) {
  /hardware/bsp/intel/peripheral/libupm/src/htu21d/
htu21d.h 88 * @param devAddr Address of the used I2C device
91 HTU21D (int bus, int devAddr=HTU21D_I2C_ADDRESS);
htu21d.cpp 35 HTU21D::HTU21D(int bus, int devAddr) : m_i2ControlCtx(bus) {
41 m_controlAddr = devAddr;
  /hardware/bsp/intel/peripheral/libupm/src/mpl3115a2/
mpl3115a2.h 88 * @param devAddr Address of the used I2C device
91 MPL3115A2(int bus, int devAddr=MPL3115A2_I2C_ADDRESS, uint8_t mode=6);
mpl3115a2.cpp 39 MPL3115A2::MPL3115A2 (int bus, int devAddr, uint8_t mode) : m_i2ControlCtx(bus)
45 m_controlAddr = devAddr;
  /hardware/bsp/intel/peripheral/libupm/src/mma7455/
mma7455.cxx 38 MMA7455::MMA7455 (int bus, int devAddr) : m_i2ControlCtx(bus) {
44 m_controlAddr = devAddr;
mma7455.h 178 * @param devAddr Address of the used I2C device
180 MMA7455 (int bus=0, int devAddr=0x1D);
  /hardware/bsp/intel/peripheral/libupm/src/tsl2561/
tsl2561.h 124 * @param devAddr Address of the used I2C device
128 TSL2561(int bus=0, uint8_t devAddr=TSL2561_Address, uint8_t gain=GAIN_0X, uint8_t integrationTime=INTEGRATION_TIME1_101MS);
tsl2561.cxx 38 TSL2561::TSL2561(int bus, uint8_t devAddr, uint8_t gain, uint8_t integrationTime)
41 m_controlAddr = devAddr;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 203 byte[] devAddr = Utils.getByteAddress(chan.mDevice);
205 chan.mChannelId = connectChannelNative(devAddr, appId);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java     [all...]

Completed in 261 milliseconds