Home
last modified time | relevance | path

Searched refs:timeout_ (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/gatekeeperd/include/gatekeeper/
H A DGateKeeperResponse.h37 timeout_(timeout),
70 int32_t timeout() const { return timeout_; } in timeout()
72 void timeout(int32_t timeout) { timeout_ = timeout; } in timeout()
76 int32_t timeout_; variable
/aosp14/system/core/gatekeeperd/
H A DGateKeeperResponse.cpp35 timeout_ = 0; in readFromParcel()
53 timeout_ = in->readInt32(); in readFromParcel()
76 out->writeInt32(timeout_); in writeToParcel()