Home
last modified time | relevance | path

Searched refs:its (Results 1 – 25 of 229) sorted by relevance

12345678910

/hardware/nxp/nfc/halimpl/tml/
DphOsalNfc_Timer.cc142 struct itimerspec its; in phOsalNfc_Timer_Start() local
152 its.it_interval.tv_sec = 0; in phOsalNfc_Timer_Start()
153 its.it_interval.tv_nsec = 0; in phOsalNfc_Timer_Start()
154 its.it_value.tv_sec = dwRegTimeCnt / 1000; in phOsalNfc_Timer_Start()
155 its.it_value.tv_nsec = 1000000 * (dwRegTimeCnt % 1000); in phOsalNfc_Timer_Start()
156 if (its.it_value.tv_sec == 0 && its.it_value.tv_nsec == 0) { in phOsalNfc_Timer_Start()
158 its.it_value.tv_nsec = 1; in phOsalNfc_Timer_Start()
164 if ((timer_settime(pTimerHandle->hTimerHandle, 0, &its, NULL)) == -1) { in phOsalNfc_Timer_Start()
195 static struct itimerspec its = {{0, 0}, {0, 0}}; in phOsalNfc_Timer_Stop() local
207 if ((timer_settime(pTimerHandle->hTimerHandle, 0, &its, NULL)) == -1) { in phOsalNfc_Timer_Stop()
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/
DREADME.md33 the runtime loader will search for the library on its own (e.g. on Linux
51 all parameters in it, i.e. if its name is "FooBar", its path is `/FooBar`. We
63 inside it; i.e. if its name is "Spam", its path is `/FooBar/Spam`;
/hardware/interfaces/tests/msgq/1.0/
DIBenchmarkMsgQ.hal25 * by the service. Client can use it to set up the FMQ at its end.
35 * by the service. Client can use it to set up the FMQ at its end.
57 * the client writes a message into its outbox FMQ,
DITestMsgQ.hal30 * client. Server uses this descriptor to set up a FMQ object at its end.
47 * set up by the service. Client can use it to set up the FMQ at its end.
/hardware/interfaces/camera/common/
DREADME.md21 define any interfaces of its own.
/hardware/interfaces/tests/hash/1.0/
DIHash.hal21 * This file is FREEZED to ensure its hash doesn't change.
/hardware/interfaces/audio/
DREADME5 | because that would change its namespace and include path
/hardware/interfaces/media/bufferpool/2.0/
DREADME.md20 hidl request from the clients. Every client has its own connection and FMQ
26 its own ID from a buffer pool. A client is specified with the ID.
DIAccessor.hal35 * there is a hidl request from the clients. Every client has its own
41 * client. FMQ has its own ID from a buffer pool. A client is specified
/hardware/interfaces/media/bufferpool/1.0/
DREADME.md20 hidl request from the clients. Every client has its own connection and FMQ
26 its own ID from a buffer pool. A client is specified with the ID.
DIAccessor.hal34 * there is a hidl request from the clients. Every client has its own
40 * client. FMQ has its own ID from a buffer pool. A client is specified
/hardware/interfaces/camera/provider/
DREADME.md22 define any interfaces of its own.
/hardware/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT18 then the entity and its affiliates exercising rights under, and complying
42 Broadcom and its licensors from and against any damages, costs, liabilities,
109 Licensee must destroy all copies of the Software and all of its component
134 Information as it uses in preserving the secrecy of its own most valuable
179 may assign this Agreement to a successor to all or substantially all of its
201 7.5. Equitable Relief. Licensee hereby acknowledges that its breach of this
/hardware/invensense/6515/libsensors_iio/
DLicense.txt18 then the entity and its affiliates exercising rights under, and complying
42 InvenSense and its licensors from and against any damages, costs, liabilities,
109 Licensee must destroy all copies of the Software and all of its component
134 Information as it uses in preserving the secrecy of its own most valuable
179 may assign this Agreement to a successor to all or substantially all of its
201 7.5. Equitable Relief. Licensee hereby acknowledges that its breach of this
/hardware/interfaces/camera/provider/2.5/
Dtypes.hal28 * The device is in its normal physical configuration. This is the default if the
/hardware/interfaces/vr/1.0/
DIVr.hal22 * called once from the VrManagerService during its boot phase.
/hardware/google/av/media/codecs/base/
DAndroid.bp40 // to be used by code under media/codecs/* only as its stability is not guaranteed
/hardware/interfaces/sensors/2.0/
DISensors.hal35 * HAL and its dependencies (for example, the sensor handle for a given
96 * safe to release its wake_lock. When the framework receives WAKE_UP events
100 * decrements its current count of unprocessed WAKE_UP events and releases
101 * its wake_lock if the current count of unprocessed WAKE_UP events is
103 * update its internal state regarding the number of outstanding WAKE_UP
/hardware/qcom/bootctrl/
DNOTICE12 * Neither the name of The Linux Foundation nor the names of its
/hardware/qcom/sm8150/data/ipacfg-mgr/
DLICENSE13 * Neither the name of The Linux Foundation nor the names of its
/hardware/qcom/gps/msm8994/loc_api/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
/hardware/qcom/gps/msm8960/loc_api/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
/hardware/qcom/gps/loc_api/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
/hardware/qcom/sdm845/gps/loc_api/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…
/hardware/qcom/sdm845/gps/msm8084/loc_api/
DNOTICE11 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used…

12345678910