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

/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp196 wifi_handle halHandle = getWifiHandle(env, cls); local
198 if (halHandle == NULL) {
199 wifi_error res = wifi_initialize(&halHandle);
201 setStaticLongField(env, cls, WifiHandleVarName, (jlong)halHandle);
202 ALOGD("Did set static halHandle = %p", halHandle);
206 ALOGD("halHandle = %p, mVM = %p, mCls = %p", halHandle, mVM, mCls);
225 wifi_handle halHandle = getWifiHandle(env, cls); local
226 wifi_cleanup(halHandle, android_net_wifi_hal_cleaned_up_handle
233 wifi_handle halHandle = getWifiHandle(env, cls); local
239 wifi_handle halHandle = getWifiHandle(env, cls); local
[all...]
/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp145 audio_patch_handle_t halHandle = AUDIO_PATCH_HANDLE_NONE; local
168 halHandle = mPatches[index]->mHalHandle;
294 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle);
302 &halHandle);
365 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle);
396 newPatch->mHalHandle = halHandle;
398 ALOGV("createAudioPatch() added new patch handle %d halHandle %d", *handle, halHandle);
/frameworks/opt/net/wifi/service/tools/halutil/
H A Dhalutil.cpp42 static wifi_handle halHandle; variable
135 wifi_error res = wifi_initialize(&halHandle);
140 res = wifi_get_ifaces(halHandle, &numIfaceHandles, &ifaceHandles);
163 halHandle = NULL;
169 wifi_cleanup(halHandle, cleaned_up_handler);
175 wifi_event_loop(halHandle);

Completed in 96 milliseconds