HomeSort by relevance Sort by last modified time
    Searched refs:ALOGE (Results 1 - 25 of 2134) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/generic/goldfish/dhcp/client/
main.cpp 21 ALOGE("Usage: %s -i <interface>", program);
36 ALOGE("ERROR: -i parameter needs an argument");
41 ALOGE("ERROR: unknown parameters %s", argv[i]);
47 ALOGE("ERROR: No interface specified");
55 ALOGE("Failed to initialize DHCP client: %s\n", res.c_str());
61 ALOGE("DHCP client failed: %s\n", res.c_str());
  /frameworks/native/libs/gui/
BufferHubConsumer.cpp 32 ALOGE("BufferHubConsumer::Create: Invalid consumer parcelable.");
43 ALOGE("BufferHubConsumer::acquireBuffer: not implemented.");
48 ALOGE("BufferHubConsumer::detachBuffer: not implemented.");
53 ALOGE("BufferHubConsumer::attachBuffer: not implemented.");
60 ALOGE("BufferHubConsumer::releaseBuffer: not implemented.");
66 ALOGE("BufferHubConsumer::consumerConnect: not implemented.");
74 ALOGE("BufferHubConsumer::consumerDisconnect: not implemented.");
82 ALOGE("BufferHubConsumer::getReleasedBuffers: not implemented.");
87 ALOGE("BufferHubConsumer::setDefaultBufferSize: not implemented.");
92 ALOGE("BufferHubConsumer::setMaxBufferCount: not implemented.")
    [all...]
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
debug.h 14 ALOGE("OpenGL error %d", err); \
25 ALOGE("GL_FRAMEBUFFER_UNSUPPORTED"); \
28 ALOGE("FBO user error: %d", status); \
  /frameworks/base/libs/hwui/utils/
GLUtils.cpp 43 ALOGE("GL error: GL_INVALID_ENUM");
46 ALOGE("GL error: GL_INVALID_VALUE");
49 ALOGE("GL error: GL_INVALID_OPERATION");
52 ALOGE("GL error: Out of memory!");
55 ALOGE("GL error: 0x%x", status);
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
AlaLib.cpp 54 ALOGE("%s: failed", fn);
65 ALOGE("%s:Open DWP communication is failed", fn);
70 ALOGE("%s:Open DWP communication is success", fn);
76 ALOGE("%s: NULL DWP channel", fn);
103 ALOGE("%s: name is %s", fn, name);
105 ALOGE("%s: Dest is %s", fn, dest);
113 ALOGE("Invalid parameter");
115 ALOGE("%s: Exit; status=0x0%X", fn, status);
144 ALOGE("%s:closing DWP channel is failed", fn);
149 ALOGE("%s: NULL fp DWP_close", fn)
    [all...]
JcDnld.cpp 56 ALOGE("%s: failed", fn);
66 ALOGE("%s:Open DWP communication is failed", fn);
71 ALOGE("%s:Open DWP communication is success", fn);
77 ALOGE("%s: NULL DWP channel", fn);
100 ALOGE("%s: Exit; status=0x0%X", fn, status);
130 ALOGE("%s:closing DWP channel is failed", fn);
135 ALOGE("%s: NULL fp DWP_close", fn);
142 ALOGE("%s: NULL dwnld context", fn);
  /frameworks/rs/
rsMutex.cpp 32 ALOGE("Mutex::Mutex init failure");
42 ALOGE("Mutex: error %i locking.", status);
52 ALOGE("Mutex error %i unlocking.", status);
rsSignal.cpp 35 ALOGE("Signal::init: mutex init failure: %s", strerror(status));
41 ALOGE("Signal::init: condition init failure: %s", strerror(status));
52 ALOGE("Signal::set: error locking for set condition: %s", strerror(status));
60 ALOGE("Signal::set: error on set condition: %s", strerror(status));
65 ALOGE("Signal::set: error unlocking for set condition: %s", strerror(status));
72 ALOGE("Signal::wait: error locking for condition: %s", strerror(status));
83 ALOGE("Signal::wait: error waiting for condition: %s", strerror(status));
88 ALOGE("Signal::wait: error unlocking for condition: %s", strerror(status));
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
drm_vendor_api.c 32 ALOGE("%s: NULL parameter provided", __func__);
38 ALOGE("%s: couldn't dlopen %s : %s", __func__, LIB_DRM_VENDOR, dlerror());
44 ALOGE("%s: couldn't dlsym drm_keep_alive in %s : %s",
50 ALOGE("%s: couldn't dlsym drm_start_playback in %s : %s",
56 ALOGE("%s: couldn't dlsym drm_stop_playback in %s : %s",
63 ALOGE("%s: couldn't dlsym drm_pr_return_naluheaders in %s : %s",
70 ALOGE("%s: couldn't dlsym drm_wv_return_naluheaders in %s : %s",
85 ALOGE("%s: NULL parameter provided", __func__);
90 ALOGE("%s: couldn't dlcose %s : %s", __func__, LIB_DRM_VENDOR, dlerror());
  /device/generic/goldfish/dhcp/server/
main.cpp 25 ALOGE("Usage: %s -i <interface> -r <", program);
38 ALOGE("ERROR: Missing argument to --range parameter");
49 ALOGE("ERROR: Invalid start address '%s'", argv[i + 1]);
57 ALOGE("ERROR: Invalid end address '%s'", next);
62 ALOGE("ERROR: Invalid --range parameter '%s'", argv[i + 1]);
69 ALOGE("ERROR: Missing argument to --gateway parameter");
77 ALOGE("ERROR: Invalid gateway '%s'", argv[i + 1]);
83 ALOGE("ERROR: Missing argument to --netmask parameter");
91 ALOGE("ERROR: Invalid netmask '%s'", argv[i + 1]);
97 ALOGE("ERROR: Missing argument to
    [all...]
  /device/generic/goldfish/keymaster/trusty/
trusty_keymaster_ipc.cpp 38 ALOGE("calling %s\n", __func__);
42 ALOGE("failed to open %s pipe service", KEYMASTER_SERVICE_NAME);
43 ALOGE("calling %s failed\n", __func__);
46 ALOGE("calling %s succeeded\n", __func__);
54 ALOGE("calling %s insize %d msg size %d\n", __func__, (int)in_size, (int) msg_size);
63 ALOGE("failed to send msg_size (%d) for cmd (%d) to %s: %s\n", (int)(sizeof(pipe_command_length)),
71 ALOGE("pay[%d]: %d", i, (int)(msg->payload[i]));
78 ALOGE("failed to send cmd (%d) to %s: %s\n", cmd, KEYMASTER_PORT, strerror(errno));
84 ALOGE("failed to retrieve response length for cmd (%d) to %s: %s\n", cmd, KEYMASTER_PORT,
91 ALOGE("failed to retrieve response for cmd (%d) to %s: %s\n", cmd, KEYMASTER_PORT
    [all...]
  /frameworks/av/media/libmedia/
mediarecorder.cpp 40 ALOGE("media recorder is not initialized yet");
44 ALOGE("setCamera called in an invalid state(%d)", mCurrentState);
61 ALOGE("media recorder is not initialized yet");
65 ALOGE("setPreviewSurface called in an invalid state(%d)", mCurrentState);
69 ALOGE("try to set preview surface without setting the video source first");
86 ALOGE("media recorder is not initialized yet");
90 ALOGE("init called in an invalid state(%d)", mCurrentState);
116 ALOGE("media recorder is not initialized yet");
120 ALOGE("video source has already been set");
131 ALOGE("setVideoSource called in an invalid state(%d)", mCurrentState)
    [all...]
  /device/google/cuttlefish_common/guest/libs/remoter/
remoter_framework_pkt.cpp 22 ALOGE("Failed to connect to remoter (%s)", (*dest)->StrError());
34 ALOGE("Failed to connect to remoter (%s)", strerror(errno));
  /frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp 36 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op",
44 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op",
52 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op",
60 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op",
69 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op",
83 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op",
96 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op",
105 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op",
  /frameworks/ex/framesequence/jni/
JNIHelpers.cpp 23 ALOGE("Unable to find exception class %s", className);
29 ALOGE("Failed throwing '%s' '%s'", className, msg);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_smd.c 70 ALOGE("init_transport: Cannot open %s: %s\n. Retry after 2 seconds",
79 ALOGE("init_transport: Cannot open %s: %s\n",
99 ALOGE("SSR: hci_smd.c:SSR case : error in setting up property new\n ");
103 ALOGE("SSR: hci_smd.c:SSR case : Reset the SSr Flag new\n ");
106 ALOGE("hci_smd.c:IN SSR sleep for 500 msec New \n");
112 ALOGE("init_uart: Cannot flush %s\n", s_pszDevSmd[chId]);
119 ALOGE("init_uart: Error while getting attributes\n");
133 ALOGE("init_uart: Error while getting attributes\n");
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_smd.c 70 ALOGE("init_transport: Cannot open %s: %s\n. Retry after 2 seconds",
79 ALOGE("init_transport: Cannot open %s: %s\n",
99 ALOGE("SSR: hci_smd.c:SSR case : error in setting up property new\n ");
103 ALOGE("SSR: hci_smd.c:SSR case : Reset the SSr Flag new\n ");
106 ALOGE("hci_smd.c:IN SSR sleep for 500 msec New \n");
112 ALOGE("init_uart: Cannot flush %s\n", s_pszDevSmd[chId]);
119 ALOGE("init_uart: Error while getting attributes\n");
133 ALOGE("init_uart: Error while getting attributes\n");
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_smd.c 69 ALOGE("init_transport: Cannot open %s: %s\n. Retry after 2 seconds",
78 ALOGE("init_transport: Cannot open %s: %s\n",
98 ALOGE("SSR: hci_smd.c:SSR case : error in setting up property new\n ");
102 ALOGE("SSR: hci_smd.c:SSR case : Reset the SSr Flag new\n ");
105 ALOGE("hci_smd.c:IN SSR sleep for 500 msec New \n");
111 ALOGE("init_uart: Cannot flush %s\n", s_pszDevSmd[chId]);
118 ALOGE("init_uart: Error while getting attributes\n");
132 ALOGE("init_uart: Error while getting attributes\n");
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_smd.c 73 ALOGE("init_transport: Cannot open %s: %s\n. Retry after 2 seconds",
82 ALOGE("init_transport: Cannot open %s: %s\n",
102 ALOGE("SSR: hci_smd.c:SSR case : error in setting up property new\n ");
106 ALOGE("SSR: hci_smd.c:SSR case : Reset the SSr Flag new\n ");
109 ALOGE("hci_smd.c:IN SSR sleep for 500 msec New \n");
115 ALOGE("init_uart: Cannot flush %s\n", s_pszDevSmd[chId]);
122 ALOGE("init_uart: Error while getting attributes\n");
136 ALOGE("init_uart: Error while getting attributes\n");
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_smd.c 73 ALOGE("init_transport: Cannot open %s: %s\n. Retry after 2 seconds",
82 ALOGE("init_transport: Cannot open %s: %s\n",
102 ALOGE("SSR: hci_smd.c:SSR case : error in setting up property new\n ");
106 ALOGE("SSR: hci_smd.c:SSR case : Reset the SSr Flag new\n ");
109 ALOGE("hci_smd.c:IN SSR sleep for 500 msec New \n");
115 ALOGE("init_uart: Cannot flush %s\n", s_pszDevSmd[chId]);
122 ALOGE("init_uart: Error while getting attributes\n");
136 ALOGE("init_uart: Error while getting attributes\n");
  /hardware/qcom/display/msm8226/liboverlay/
overlayCtrl.cpp 27 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
32 ALOGE("Ctrl failed to getScreenInfo");
47 ALOGE("Ctrl setPosition error in dim");
53 ALOGE("Ctrl failed MDP setPosition");
62 ALOGE("Ctrl setTransform failed for Mdp");
75 ALOGE("Data setCrop failed in MDP setCrop");
84 ALOGE("== Dump Ctrl start ==");
87 ALOGE("== Dump Ctrl end ==");
  /hardware/qcom/display/msm8960/liboverlay/
overlayCtrl.cpp 27 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
32 ALOGE("Ctrl failed to getScreenInfo");
47 ALOGE("Ctrl setPosition error in dim");
53 ALOGE("Ctrl failed MDP setPosition");
62 ALOGE("Ctrl setTransform failed for Mdp");
75 ALOGE("Data setCrop failed in MDP setCrop");
84 ALOGE("== Dump Ctrl start ==");
87 ALOGE("== Dump Ctrl end ==");
  /hardware/qcom/wlan/qcwcn/wifi_hal/
rtt.cpp 50 ALOGE("wifi_get_rtt_capabilities: NULL iface pointer provided."
56 ALOGE("wifi_get_rtt_capabilities: NULL capabilities pointer provided."
69 ALOGE("wifi_get_rtt_capabilities: getLowiCallbackTable returned NULL or "
76 ALOGE("wifi_get_rtt_capabilities: lowi_wifihal_get_rtt_capabilities "
93 ALOGE("wifi_rtt_range_request: NULL iface pointer provided."
99 ALOGE("wifi_rtt_range_request: NULL rtt_config pointer provided."
105 ALOGE("wifi_rtt_range_request: number of destination BSSIDs to "
111 ALOGE("wifi_rtt_range_request: NULL capabilities pointer provided."
124 ALOGE("wifi_rtt_range_request: getLowiCallbackTable returned NULL or "
133 ALOGE("wifi_rtt_range_request: lowi_wifihal_rtt_range_request
    [all...]
  /external/drm_hwcomposer/
drmplane.cpp 40 ALOGE("Could not get plane type property");
47 ALOGE("Failed to get plane type property value");
57 ALOGE("Invalid plane type %" PRIu64, type);
63 ALOGE("Could not get CRTC_ID property");
69 ALOGE("Could not get FB_ID property");
75 ALOGE("Could not get CRTC_X property");
81 ALOGE("Could not get CRTC_Y property");
87 ALOGE("Could not get CRTC_W property");
93 ALOGE("Could not get CRTC_H property");
99 ALOGE("Could not get SRC_X property")
    [all...]
  /cts/hostsidetests/seccomp/app/jni/
android_seccomp_cts_app_SeccompDeviceTest.cpp 29 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)
50 ALOGE("Unexpected return result from waitpid");
55 ALOGE("syscall was not blocked");
66 ALOGE("Unexpected signal");
70 ALOGE("Unexpected status from syscall_exists");

Completed in 325 milliseconds

1 2 3 4 5 6 7 8 91011>>