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

  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 196 wifi_handle halHandle = getWifiHandle(env, cls);
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);
226 wifi_cleanup(halHandle, android_net_wifi_hal_cleaned_up_handler)
    [all...]
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 145 audio_patch_handle_t halHandle = AUDIO_PATCH_HANDLE_NONE;
168 halHandle = mPatches[index]->mHalHandle;
296 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle);
304 &halHandle);
367 status = thread->sendCreateAudioPatchConfigEvent(patch, &halHandle);
398 newPatch->mHalHandle = halHandle;
400 ALOGV("createAudioPatch() added new patch handle %d halHandle %d", *handle, halHandle);
  /frameworks/opt/net/wifi/service/tools/halutil/
halutil.cpp 42 static wifi_handle halHandle;
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);
    [all...]

Completed in 5026 milliseconds