Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:rxHandle

781      handle->rxHandle = handle->handle;
880 // Store the PCM playback device pointer in rxHandle
881 handle->rxHandle = handle->handle;
1000 // Store the PCM playback device pointer in rxHandle
1001 handle->rxHandle = handle->handle;
1093 struct pcm *h = handle->rxHandle;
1095 handle->rxHandle = 0;
1113 ALOGV("s_close rxHandle\n");
1116 ALOGE("s_close: pcm_close failed for rxHandle with err %d", err);
1151 struct pcm *h = handle->rxHandle;
1152 handle->rxHandle = 0;
1155 ALOGD("s_standby rxHandle\n");
1158 ALOGE("s_standby: pcm_close failed for rxHandle with err %d", err);