Home | History | Annotate | Download | only in chre

Lines Matching refs:handle

180   uint32_t handle;
227 * The handle for which this audio data originated from.
229 uint32_t handle;
295 * @param handle The handle for an audio source to obtain details for. The
298 * @return true if the query was successful, false if the provided handle is
303 bool chreAudioGetSource(uint32_t handle, struct chreAudioSource *audioSource);
365 * @param handle The handle for this audio source. The handle for the desired
381 * were provided (non-existent handle, invalid buffering configuration).
385 bool chreAudioConfigureSource(uint32_t handle, bool enable,
390 * Gets the current chreAudioSourceStatus struct for a given audio handle.
392 * @param handle The handle for the audio source to query. The provided handle
396 * @return true if the provided handle is valid and the status was obtained
397 * successfully, false if the handle was invalid or status is NULL.
401 bool chreAudioGetStatus(uint32_t handle, struct chreAudioSourceStatus *status);