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

  /system/tpm/trunks/
scoped_key_handle.cc 47 TPM_HANDLE tmp_handle = handle_; local
49 return tmp_handle;
53 TPM_HANDLE tmp_handle = handle_; local
55 if (tmp_handle != kInvalidHandle) {
56 FlushHandleContext(tmp_handle);
  /hardware/qcom/audio/hal/msm8974/
hw_info.c 66 struct snd_card_split *tmp_handle = audio_extn_get_snd_card_split(); local
68 __func__, tmp_handle->device, tmp_handle->snd_card, tmp_handle->form_factor);
70 strlcpy(hw_info->name, tmp_handle->device, sizeof(hw_info->name));
71 snprintf(hw_info->type, sizeof(hw_info->type), " %s", tmp_handle->form_factor);
72 snprintf(hw_info->dev_extn, sizeof(hw_info->dev_extn), "-%s", tmp_handle->form_factor);
74 if (!strncmp(tmp_handle->form_factor, "fluid", sizeof("fluid"))) {
77 } else if (!strncmp(tmp_handle->form_factor, "liquid", sizeof("liquid"))) {
80 } else if (!strncmp(tmp_handle->form_factor, "db", sizeof("db")))
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_unittest.cc 281 void* tmp_handle = WebRtc_CreateDelayEstimator(farend_handle_, kHistorySize); local
282 EXPECT_EQ(0, WebRtc_InitDelayEstimator(tmp_handle));
284 WebRtc_set_history_size(tmp_handle, kDifferentHistorySize));
285 EXPECT_EQ(kDifferentHistorySize, WebRtc_history_size(tmp_handle));
287 EXPECT_EQ(-1, WebRtc_history_size(tmp_handle));
326 // |tmp_handle| is already in a non-matching state.
327 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFloat(tmp_handle,
346 // |tmp_handle| is already in a non-matching state.
347 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFix(tmp_handle,
351 WebRtc_FreeDelayEstimator(tmp_handle);
    [all...]

Completed in 80 milliseconds