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

  /external/strace/
rtnl_mdb.c 208 struct br_port_msg bpm = { .family = family }; local
209 size_t offset = sizeof(bpm.family);
212 PRINT_FIELD_XVAL("{", bpm, family, addrfams, "AF_???");
215 if (len >= sizeof(bpm)) {
217 sizeof(bpm) - offset,
218 (char *) &bpm + offset)) {
219 PRINT_FIELD_IFINDEX("", bpm, ifindex);
226 offset = NLMSG_ALIGN(sizeof(bpm));
  /external/iproute2/bridge/
mdb.c 377 struct br_port_msg bpm; member in struct:__anon21842
383 .bpm.family = PF_BRIDGE,
419 req.bpm.ifindex = ll_name_to_index(d);
420 if (req.bpm.ifindex == 0) {
  /hardware/interfaces/sensors/1.0/default/
convert.cpp 156 dst->u.heartRate.bpm = src.heart_rate.bpm;
300 dst->heart_rate.bpm = src.u.heartRate.bpm;
  /frameworks/native/include/android/
sensor.h 335 float bpm; member in struct:AHeartRateEvent
  /hardware/interfaces/sensors/1.0/
types.hal 362 * The events contain the current heart rate in beats per minute (BPM) and
367 * when heart_rate.bpm or heart_rate.status have changed since the last
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 627 bpm = 4 variable in class:MidiSegInfo.segInfo
645 IniSetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "BPM", str(mi.beats_per_measure))
664 bpm = IniGetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "BPM", 'int', 0)
666 if iMsPerTick == 0 or bpm == 0 or ppqn == 0:
668 tb = TimeBase(ppqn, bpm)
677 ret.bpm = bpm
  /hardware/libhardware/include/hardware/
sensors.h 275 float bpm; member in struct:__anon48335
353 /* heart rate data containing value in bpm and status */
  /external/skqp/tests/
ImageTest.cpp 948 SkAutoPixmapStorage bpm; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 204 const int bpm = local
207 (int)(((uint64_t)bpm * mbs) >> BPER_MB_NORMBITS));
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_armx.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_armx.go     [all...]

Completed in 484 milliseconds