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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 253 String mapHandle = "-1";
259 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_MMS_MASK);
262 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_SMS_GSM_MASK);
265 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_SMS_CDMA_MASK);
268 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_EMAIL_MASK);
271 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_IM_MASK);
281 return mapHandle;
292 String mapHandle = "-1";
298 mapHandle = getLongLongAsString(cpHandle, CONVO_ID_TYPE_SMS_MMS);
302 mapHandle = getLongLongAsString(cpHandle, CONVO_ID_TYPE_EMAIL_IM)
    [all...]
  /hardware/intel/common/libwsbm/src/
wsbm_ttmpool.c 71 uint64_t mapHandle;
146 dBuf->mapHandle = arg.rep.map_handle;
190 dBuf->mapHandle = arg.rep.map_handle;
368 buf->pool->fd, dBuf->mapHandle);
372 buf->pool->fd, dBuf->mapHandle);
568 dBuf->mapHandle = arg.rep.map_handle;
wsbm_slabpool.c 85 uint64_t mapHandle;
115 uint64_t mapHandle;
418 kbo->mapHandle = arg.rep.map_handle;
424 slabPool->pool.fd, kbo->mapHandle);
762 sBuf->mapHandle = arg.rep.map_handle;
766 pool->fd, sBuf->mapHandle);

Completed in 62 milliseconds