/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
omx_rpc.c | 108 OMX_S32 status = 0; local 150 status = ioctl(pRPCCtx->fd_omx, OMX_IOCCONNECT, &sReq); 151 RPC_assert(status >= 0, RPC_OMX_ErrorInsufficientResources, 170 status = 173 RPC_assert(status == 0, RPC_OMX_ErrorInsufficientResources, 204 OMX_S32 status = 0; local 213 status = 215 if (status <= 0) 223 status = pthread_join(pRPCCtx->cbThread, NULL); 224 if (status != 0 288 OMX_S32 maxfd = 0, status = 0; local [all...] |
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLEngineResult.java | 59 public static enum Status { 81 // Store Status object 82 private final SSLEngineResult.Status status; field in class:SSLEngineResult 97 * @param status 100 * the status of the current handshake 106 * if {@code status} or {@code handshakeStatus} is {@code null}, 110 public SSLEngineResult(SSLEngineResult.Status status, 112 if (status == null) [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_AlphabeticIndex.cpp | 33 UErrorCode status = U_ZERO_ERROR; local 38 AlphabeticIndex* ai = new AlphabeticIndex(icuLocale.locale(), status); 39 if (maybeThrowIcuException(env, "AlphabeticIndex", status)) { 56 UErrorCode status = U_ZERO_ERROR; local 57 ai->setMaxLabelCount(count, status); 58 maybeThrowIcuException(env, "AlphabeticIndex::setMaxLabelCount", status); 67 UErrorCode status = U_ZERO_ERROR; local 68 ai->addLabels(icuLocale.locale(), status); 69 maybeThrowIcuException(env, "AlphabeticIndex::addLabels", status); 75 UErrorCode status = U_ZERO_ERROR local 76 ai->addLabels(UnicodeSet(codePointStart, codePointEnd), status); local 82 UErrorCode status = U_ZERO_ERROR; local 96 UErrorCode status = U_ZERO_ERROR; local 112 UErrorCode status = U_ZERO_ERROR; local 138 UErrorCode status = U_ZERO_ERROR; local 161 UErrorCode status = U_ZERO_ERROR; local [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_a2dp.cpp | 105 bt_status_t status; local 128 if ( (status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks)) != BT_STATUS_SUCCESS) { 129 ALOGE("Failed to initialize Bluetooth A2DP, status: %d", status); 139 bt_status_t status; local 164 if ( (status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks)) != BT_STATUS_SUCCESS) { 165 ALOGE("Failed to initialize Bluetooth A2DP, status: %d", status); 175 bt_status_t status; local 196 bt_status_t status; local 217 bt_status_t status; local [all...] |
com_android_bluetooth_a2dp_sink.cpp | 129 bt_status_t status; local 145 bt_status_t status; local 170 if ( (status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks)) != BT_STATUS_SUCCESS) { 171 ALOGE("Failed to initialize Bluetooth A2DP Sink, status: %d", status); 181 bt_status_t status; local 202 bt_status_t status; local 214 if ((status = sBluetoothA2dpInterface->connect((bt_bdaddr_t *)addr)) != BT_STATUS_SUCCESS) { 215 ALOGE("Failed HF connection, status: %d", status); 223 bt_status_t status; local [all...] |
com_android_bluetooth_avrcp_controller.cpp | 106 bt_status_t status; local 131 if ( (status = sBluetoothAvrcpInterface->init(&sBluetoothAvrcpCallbacks)) != 133 ALOGE("Failed to initialize Bluetooth Avrcp Controller, status: %d", status); 163 bt_status_t status; local 177 if ((status = sBluetoothAvrcpInterface->send_pass_through_cmd((bt_bdaddr_t *)addr, 179 ALOGE("Failed sending passthru command, status: %d", status); 183 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransferAdapter.java | 71 int status = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.STATUS)); local 73 if (BluetoothShare.isStatusError(status)) { 103 if (BluetoothShare.isStatusCompleted(status)) { 106 if (BluetoothShare.isStatusError(status)) { 107 tv.setText(BluetoothOppUtility.getStatusDescription(mContext, status, deviceName));
|
/packages/apps/Exchange/tests/src/com/android/exchange/eas/ |
EasProvisionTests.java | 47 final String status = "Test_Status"; local 64 mContext, userAgent, policyKey, policyType, status, phase, protocolVersion); 77 final String status = "Test_Status"; local 95 mContext, userAgent, policyKey, policyType, status, phase, protocolVersion); 108 final String status = "Test_Status"; local 123 mContext, userAgent, policyKey, policyType, status, phase, protocolVersion); 136 final String status = "Test_Status"; local 148 expectedResult.data(Tags.PROVISION_STATUS, status); 155 mContext, userAgent, policyKey, policyType, status, phase, protocolVersion);
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
TextRecord.java | 89 * payload[0] contains the "Status Byte Encodings" field, per 143 char status = (char) (utfBit + langBytes.length); local 146 new byte[] { (byte) status },
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
AudioCapture.java | 137 int status = Visualizer.ERROR; local 142 status = mVisualizer.getWaveForm(mRawVizData); 144 status = mVisualizer.getFft(mRawVizData); 150 if (status != Visualizer.SUCCESS) { 151 Log.e("AudioCapture", "captureData() : "+this+" error: "+ status);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/ |
rquota.h | 46 gqr_status status; member in struct:getquota_rslt
|
sm_inter.h | 60 struct status { struct 65 typedef struct status status; typedef in typeref:struct:status 117 extern bool_t xdr_status (XDR *, status*);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
rquota.h | 46 gqr_status status; member in struct:getquota_rslt
|
sm_inter.h | 60 struct status { struct 65 typedef struct status status; typedef in typeref:struct:status 117 extern bool_t xdr_status (XDR *, status*);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
ftape.h | 47 } status; member in union:__anon31098
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
ftape.h | 47 } status; member in union:__anon31452
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
ftape.h | 47 } status; member in union:__anon31806
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
ftape.h | 47 } status; member in union:__anon32214
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
ftape.h | 47 } status; member in union:__anon32588
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
ftape.h | 47 } status; member in union:__anon33001
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
ftape.h | 47 } status; member in union:__anon33374
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
ftape.h | 47 } status; member in union:__anon33993
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
ftape.h | 47 } status; member in union:__anon34330
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
ftape.h | 47 } status; member in union:__anon35124
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
ftape.h | 47 } status; member in union:__anon35571
|