Searched refs:delay_id (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
H A DphLlcNfc_Timer.h211 uint32_t delay_id);
H A DphLlcNfc_Timer.c1023 uint32_t delay_id,
1033 phOsalNfc_Timer_Stop (delay_id);
1034 phOsalNfc_Timer_Delete (delay_id);
1022 phLlcNfc_URSET_Delay_Notify( uint32_t delay_id, void *pContext) argument
/external/chromium_org/chromeos/dbus/
H A Dpower_manager_client.cc463 dark_suspend_delay_id_ = protobuf.delay_id();
467 suspend_delay_id_ = protobuf.delay_id();
662 int32_t delay_id = -1; local
665 delay_id = dark_suspend_delay_id_;
668 delay_id = suspend_delay_id_;
675 VLOG(1) << "Announcing readiness of suspend delay " << delay_id
678 protobuf_request.set_delay_id(delay_id);

Completed in 119 milliseconds