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

  /external/libxml2/
threads.c 125 unsigned int held; member in struct:_xmlRMutex
308 tok->held = 0;
366 if (tok->held) {
368 tok->held++;
373 while (tok->held)
379 tok->held = 1;
411 tok->held--;
412 if (tok->held == 0) {
  /external/bluetooth/bluez/audio/
telephony-maemo5.c 215 * 1 = held incoming call is accepted in the AG
216 * 2 = held incoming call is rejected in the AG
843 struct csd_call *held, *wait; local
846 held = find_call_with_status(CSD_CALL_STATUS_HOLD);
851 else if (call && held)
856 if (held)
857 err = unhold_call(held);
    [all...]
telephony-maemo6.c 174 * 1 = held incoming call is accepted in the AG
175 * 2 = held incoming call is rejected in the AG
803 struct csd_call *held, *wait; local
806 held = find_call_with_status(CSD_CALL_STATUS_HOLD);
811 else if (call && held)
816 if (held)
817 err = unhold_call(held);
    [all...]

Completed in 1125 milliseconds