HomeSort by relevance Sort by last modified time
    Searched defs:mChannelId (Results 1 - 7 of 7) sorted by null

  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraStream.h 59 uint32_t mChannelId;
QCameraHWI.h 576 uint32_t mChannelId;
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 96 private int mChannelId;
193 mBluetoothHealth.disconnectChannel(mDevice, mHealthAppConfig, mChannelId);
246 mChannelId = channelId;
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraStream.h 85 uint32_t mChannelId;
QCameraHWI.h 471 uint32_t mChannelId;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 205 chan.mChannelId = connectChannelNative(devAddr, appId);
206 if (chan.mChannelId == -1) {
210 chan.mChannelFd, chan.mChannelId);
214 chan.mChannelFd, chan.mChannelId);
221 if (!disconnectChannelNative(chan.mChannelId)) {
225 chan.mChannelFd, chan.mChannelId);
229 chan.mChannelFd, chan.mChannelId);
252 HealthChannel chan = findChannelById(channelStateEvent.mChannelId);
267 chan.mChannelId = channelStateEvent.mChannelId;
    [all...]
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java     [all...]

Completed in 320 milliseconds