[go: nahoru, domu]

Searched refs:halHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp143 audio_patch_handle_t halHandle = AUDIO_PATCH_HANDLE_NONE; local
169 halHandle = mPatches[index]->mHalHandle;
306 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle);
319 &halHandle);
362 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle);
373 newPatch->mHalHandle = halHandle;
375 ALOGV("createAudioPatch() added new patch handle %d halHandle %d", *handle, halHandle);
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp298 wifi_handle halHandle = getWifiHandle(helper, cls); local
299 if (halHandle == NULL) {
317 res = hal_fn.wifi_initialize(&halHandle);
319 helper.setStaticLongField(cls, WifiHandleVarName, (jlong)halHandle);
320 ALOGD("Did set static halHandle = %p", halHandle);
324 ALOGD("halHandle = %p, mVM = %p, mCls = %p", halHandle, mVM, mCls);
346 wifi_handle halHandle = getWifiHandle(helper, cls); local
347 if (halHandle
359 wifi_handle halHandle = getWifiHandle(helper, cls); local
369 wifi_handle halHandle = getWifiHandle(helper, cls); local
[all...]

Completed in 84 milliseconds