/hardware/intel/common/libva/va/glx/ |
va_glx.h | 56 * @return VA_STATUS_SUCCESS if successful 74 * @return VA_STATUS_SUCCESS if successful 96 * @return VA_STATUS_SUCCESS if successful
|
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_api.c | 250 ** Returns AVDT_SUCCESS if successful, otherwise error. 288 ** Returns AVDT_SUCCESS if successful, otherwise error. 335 ** Returns AVDT_SUCCESS if successful, otherwise error. 383 ** Returns AVDT_SUCCESS if successful, otherwise error. 444 ** Returns AVDT_SUCCESS if successful, otherwise error. 481 ** Returns AVDT_SUCCESS if successful, otherwise error. 505 ** Returns AVDT_SUCCESS if successful, otherwise error. 542 ** Returns AVDT_SUCCESS if successful, otherwise error. 596 ** Returns AVDT_SUCCESS if successful, otherwise error. 651 ** Returns AVDT_SUCCESS if successful, otherwise error [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avct_api.h | 36 #define AVCT_SUCCESS 0 /* Function successful */ 172 ** Returns AVCT_SUCCESS if successful, otherwise error. 188 ** Returns AVCT_SUCCESS if successful, otherwise error. 206 ** Returns AVCT_SUCCESS if successful, otherwise error. 221 ** Returns AVCT_SUCCESS if successful, otherwise error. 268 ** Returns AVCT_SUCCESS if successful, otherwise error.
|
avdt_api.h | 40 #define AVDT_SUCCESS 0 /* Function successful */ 497 ** Returns AVDT_SUCCESS if successful, otherwise error. 513 ** Returns AVDT_SUCCESS if successful, otherwise error. 541 ** Returns AVDT_SUCCESS if successful, otherwise error. 569 ** Returns AVDT_SUCCESS if successful, otherwise error. 596 ** Returns AVDT_SUCCESS if successful, otherwise error. 610 ** Returns AVDT_SUCCESS if successful, otherwise error. 625 ** Returns AVDT_SUCCESS if successful, otherwise error. 641 ** Returns AVDT_SUCCESS if successful, otherwise error. 658 ** Returns AVDT_SUCCESS if successful, otherwise error [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_Felica.h | 130 * \retval NFCSTATUS_SUCCESS Function execution is successful. 155 * \retval NFCSTATUS_SUCCESS Function execution is successful. 179 * \retval NFCSTATUS_SUCCESS Function execution is successful. 202 * \retval NFCSTATUS_SUCCESS Function execution is successful. 225 * \retval NFCSTATUS_SUCCESS Function execution is successful. 251 * \retval NFCSTATUS_SUCCESS Function execution is successful.
|
phHciNfc_ISO15693.h | 118 * \retval NFCSTATUS_SUCCESS Function execution is successful. 142 * \retval NFCSTATUS_SUCCESS Function execution is successful. 167 * \retval NFCSTATUS_SUCCESS Function execution is successful. 191 * \retval NFCSTATUS_SUCCESS Function execution is successful. 216 * \retval NFCSTATUS_SUCCESS Function execution is successful. 241 * \retval NFCSTATUS_SUCCESS Function execution is successful.
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
AudioFocusHelper.java | 39 /** Requests audio focus. Returns whether request was successful or not. */ 45 /** Abandons audio focus. Returns whether request was successful or not. */
|
/device/generic/goldfish/camera/ |
JpegCompressor.h | 63 * This method must be called only after a successful completion of 71 * This method must be called only after a successful completion of
|
/external/bluetooth/bluedroid/bta/include/ |
bta_mce_api.h | 38 #define BTA_MCE_SUCCESS 0 /* Successful operation. */ 107 ** Returns BTA_MCE_SUCCESS if successful.
|
/external/bluetooth/bluedroid/stack/mcap/ |
mca_api.c | 214 ** Returns MCA_SUCCESS if successful, otherwise error. 284 ** Returns MCA_SUCCESS if successful, otherwise error. 332 ** Returns MCA_SUCCESS if successful, otherwise error. 388 ** Returns MCA_SUCCESS if successful, otherwise error. 413 ** If the response is successful, a data channel is open 420 ** Returns MCA_SUCCESS if successful, otherwise error. 493 ** If the rsp_code is successful, a data channel is open 498 ** Returns MCA_SUCCESS if successful, otherwise error. 566 ** Returns MCA_SUCCESS if successful, otherwise error. 592 ** If the response is successful, a data channel is open [all...] |
/external/chromium_org/base/posix/ |
file_descriptor_shuffle.h | 36 // domain into |result|. Returns true iff successful. 39 // successful.
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
image_writer_utility_client.h | 26 // |success_callback|: Called at successful completion. 38 // |success_callback|: Called at successful completion.
|
/external/chromium_org/chrome/browser/net/ |
firefox_proxy_settings.h | 41 // Firefox and returns true if successful. 81 // successful.
|
/external/chromium_org/components/signin/core/browser/ |
account_service_flag_fetcher.h | 25 // when either the download is successful or an error is detected. It is valid 38 // If the flag download is successful, this will return the list of service
|
/external/chromium_org/net/tools/quic/ |
quic_socket_utils.h | 43 // Reads buf_len from the socket. If reading is successful, returns bytes 59 // Writes buf_len to the socket. If writing is successful, sets the result's
|
/external/chromium_org/ppapi/api/private/ |
ppb_udp_socket_private.idl | 62 /* Returns the address that the socket has bound to. A successful 80 /* Upon successful completion of RecvFrom, the address that the data
|
/external/chromium_org/ppapi/c/private/ |
ppb_tcp_server_socket_private.h | 70 * successful Listen call on |tcp_server_socket|. 78 * successful Listen() call and before StopListening() call.
|
/external/chromium_org/sync/internal_api/public/base/ |
cancelation_signal.h | 42 // the handler. Returns true when the registration is successful. 44 // If the registration was successful, the handler must be unregistered with
|
/external/chromium_org/ui/base/x/ |
selection_owner.h | 41 // Attempts to take ownership of the selection. If we're successful, present 57 // successful, true is returned and the result is stored in the |property|
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ListenableFutureTask.java | 54 * given result on successful completion. 57 * @param result the result to return on successful completion. If you don't
|
/external/kernel-headers/original/uapi/linux/ |
dlm.h | 49 * 0 if lock request was successful 51 * -DLM_EUNLOCK if unlock request was successful
|
/frameworks/base/core/java/android/net/ |
INetworkScoreService.aidl | 30 * @return whether the update was successful. 37 * @return whether the clear was successful.
|
/frameworks/volley/src/com/android/volley/ |
Response.java | 41 /** Returns a successful response containing the parsed result. */ 67 * Returns whether this response is considered successful.
|
/libcore/luni/src/main/java/java/util/regex/ |
MatchResult.java | 21 * Holds the results of a successful match of a {@link Pattern} against a 60 * successful match (for example, "a(b)?c" matching "ac") returns null.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
dlm.h | 49 * 0 if lock request was successful 53 * -DLM_EUNLOCK if unlock request was successful
|