HomeSort by relevance Sort by last modified time
    Searched defs:call_state (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
rendezvous_util.cc 93 CallState* call_state = new CallState; local
94 call_state->done_counter = keys.size();
105 [val, done, key, call_state](const Status& s,
117 call_state->mu.lock();
118 call_state->shared_status.Update(status);
119 call_state->done_counter--;
121 if (call_state->done_counter == 0) {
122 const Status& final_status = call_state->shared_status;
123 call_state->mu.unlock();
125 delete call_state;
    [all...]
  /hardware/qcom/audio/hal/
voice.h 45 struct call_state { struct
53 struct call_state state;
voice.c 243 bool call_state = false; local
246 ret = voice_extn_is_call_state_active(adev, &call_state);
248 call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false;
251 return call_state;
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 36 #define AUDIO_PARAMETER_KEY_CALL_STATE "call_state"
77 static bool is_valid_call_state(int call_state)
79 if (call_state < CALL_INACTIVE || call_state > CALL_LOCAL_HOLD)
140 int call_state)
148 if(session->state.current == call_state){
291 const uint32_t vsid, const int call_state)
305 session->state.new = call_state;
469 int call_state = -1; local
472 call_state = value
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 114 CALL_STATE vkEnumeratePhysicalDevicesState = UNCALLED;
116 CALL_STATE vkEnumeratePhysicalDeviceGroupsState = UNCALLED;
11326 auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfacePresentModesKHRState; local
11385 auto &call_state = physical_device_state->vkGetPhysicalDeviceSurfaceFormatsKHRState; local
    [all...]

Completed in 119 milliseconds