OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newstate
(Results
76 - 100
of
498
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java
211
for (DataCallResponse
newState
: dcsList) {
212
DataConnection dc = mDcListActiveByCid.get(
newState
.cid);
224
if (DBG) log("onDataStateChanged: Found ConnId=" +
newState
.cid
225
+ "
newState
=" +
newState
.toString());
226
if (
newState
.active == DATA_CONNECTION_ACTIVE_PH_LINK_INACTIVE) {
227
DcFailCause failCause = DcFailCause.fromInt(
newState
.status);
241
UpdateLinkPropertyResult result = dc.updateLinkProperty(
newState
);
/packages/apps/Email/src/com/android/email/service/
PolicyService.java
50
public void setAccountHoldFlag(long accountId, boolean
newState
) {
51
SecurityPolicy.setAccountHoldFlag(mContext, accountId,
newState
);
/packages/apps/Settings/src/com/android/settings/
NsdEnabler.java
75
private void handleNsdStateChanged(int
newState
) {
76
switch (
newState
) {
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.c
269
_swrast_update_fragment_program(struct gl_context *ctx, GLbitfield
newState
)
440
swrast->
NewState
|= new_state;
447
swrast->
NewState
= ~0;
557
if (swrast->
NewState
) {
558
if (swrast->
NewState
& _NEW_POLYGON)
561
if (swrast->
NewState
& (_NEW_HINT | _NEW_PROGRAM))
564
if (swrast->
NewState
& _SWRAST_NEW_TEXTURE_ENV_MODE)
567
if (swrast->
NewState
& (_NEW_FOG | _NEW_PROGRAM))
570
if (swrast->
NewState
& (_NEW_PROGRAM_CONSTANTS | _NEW_PROGRAM))
571
_swrast_update_fragment_program( ctx, swrast->
NewState
);
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_context.c
269
_swrast_update_fragment_program(struct gl_context *ctx, GLbitfield
newState
)
440
swrast->
NewState
|= new_state;
447
swrast->
NewState
= ~0;
557
if (swrast->
NewState
) {
558
if (swrast->
NewState
& _NEW_POLYGON)
561
if (swrast->
NewState
& (_NEW_HINT | _NEW_PROGRAM))
564
if (swrast->
NewState
& _SWRAST_NEW_TEXTURE_ENV_MODE)
567
if (swrast->
NewState
& (_NEW_FOG | _NEW_PROGRAM))
570
if (swrast->
NewState
& (_NEW_PROGRAM_CONSTANTS | _NEW_PROGRAM))
571
_swrast_update_fragment_program( ctx, swrast->
NewState
);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_context.h
36
GLuint
NewState
;
ss_context.c
59
swsetup->
NewState
= ~0;
189
if (swsetup->
NewState
& _SWSETUP_NEW_RENDERINDEX) {
193
if (swsetup->
NewState
& _NEW_PROGRAM) {
197
swsetup->
NewState
= 0;
225
swsetup->
NewState
|= new_state;
/external/lzma/CPP/Windows/
MemoryLock.cpp
14
PTOKEN_PRIVILEGES
NewState
, DWORD BufferLength, PTOKEN_PRIVILEGES PreviousState,PDWORD ReturnLength);
/external/mesa3d/src/mesa/swrast_setup/
ss_context.h
36
GLuint
NewState
;
ss_context.c
59
swsetup->
NewState
= ~0;
189
if (swsetup->
NewState
& _SWSETUP_NEW_RENDERINDEX) {
193
if (swsetup->
NewState
& _NEW_PROGRAM) {
197
swsetup->
NewState
= 0;
225
swsetup->
NewState
|= new_state;
/frameworks/base/include/storage/
IMountServiceListener.h
31
const String16& oldState, const String16&
newState
) = 0;
/frameworks/base/services/java/com/android/server/
SystemBackupAgent.java
64
ParcelFileDescriptor
newState
) throws IOException {
78
super.onBackup(oldState, data,
newState
);
99
public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor
newState
)
110
super.onRestore(data, appVersionCode,
newState
);
/frameworks/native/services/sensorservice/
SensorFusion.cpp
118
const bool
newState
= mClients.size() != 0;
119
if (
newState
!= mEnabled) {
120
mEnabled =
newState
;
121
if (
newState
) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java
151
State
newState
;
154
newState
= stateFromDCState(dc.state);
156
if (
newState
!= mState) {
157
mState =
newState
;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCall.java
153
State
newState
;
156
newState
= stateFromDCState(dc.state);
158
if (
newState
!= mState) {
159
mState =
newState
;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCallBase.java
26
protected abstract void setState(State
newState
);
SipPhone.java
523
Call.State
newState
= makeCallWait ? State.WAITING : State.INCOMING;
524
c.initIncomingCall(sipAudioCall,
newState
);
526
setState(
newState
);
663
protected void setState(State
newState
) {
664
if (mState !=
newState
) {
666
+ " --> " +
newState
+ ": " + this + ": on phone "
669
if (
newState
== Call.State.ALERTING) {
670
mState =
newState
; // need in ALERTING to enable ringback
675
mState =
newState
;
773
Call.State
newState
= getCallStateFrom(call)
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
history.js
102
history._diffStates = function(oldState,
newState
)
106
return
newState
;
109
for (curKey in
newState
) {
111
var newVal =
newState
[curKey];
265
var
newState
= this._combinedDashboardState();
267
newState
[key] = queryParamsAsState[key];
274
window.location.hash = this._permaLinkURLHash(
newState
);
/external/smali/smali/src/test/resources/LexerTest/
RealSmaliFileTest.smali
184
.local v0,
newState
:Lcom/android/internal/telephony/IccCardStatus$CardState;
189
.end local v0 #
newState
:Lcom/android/internal/telephony/IccCardStatus$CardState;
193
.restart local v0 #
newState
:Lcom/android/internal/telephony/IccCardStatus$CardState;
197
.end local v0 #
newState
:Lcom/android/internal/telephony/IccCardStatus$CardState;
201
.restart local v0 #
newState
:Lcom/android/internal/telephony/IccCardStatus$CardState;
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java
79
ParcelFileDescriptor
newState
) throws IOException {
89
writeNewChecksums(stateChecksums,
newState
);
94
ParcelFileDescriptor
newState
) throws IOException {
123
private void writeNewChecksums(long[] checksums, ParcelFileDescriptor
newState
)
126
new FileOutputStream(
newState
.getFileDescriptor()));
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
177
if(DBG) Log.d(TAG, "MESSAGE_CONNECT_STATE_CHANGED
newState
:"+
562
// This method does not check for error conditon (
newState
== prevState)
563
private void broadcastConnectionState(BluetoothDevice device, int
newState
) {
567
if (prevState ==
newState
) {
568
Log.w(TAG, "no state change: " +
newState
);
571
mInputDevices.put(device,
newState
);
576
log("Connection state " + device + ": " + prevState + "->" +
newState
);
578
newState
, prevState);
581
intent.putExtra(BluetoothProfile.EXTRA_STATE,
newState
);
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java
238
BluetoothDevice device, int prevState, int
newState
, ParcelFileDescriptor fd,
241
Log.d(TAG, String.format("prevState\t%d ---------->
newState
\t%d",
242
prevState,
newState
));
244
newState
== BluetoothHealth.STATE_CHANNEL_CONNECTED) {
253
newState
== BluetoothHealth.STATE_CHANNEL_DISCONNECTED) {
255
} else if (
newState
== BluetoothHealth.STATE_CHANNEL_DISCONNECTED) {
/external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp
321
GeometryPoolState&
newState
= fGeomPoolStateStack.push_back();
323
newState
.fPoolVertexBuffer = (GrVertexBuffer*)DEBUG_INVAL_BUFFER;
324
newState
.fPoolStartVertex = DEBUG_INVAL_START_IDX;
325
newState
.fPoolIndexBuffer = (GrIndexBuffer*)DEBUG_INVAL_BUFFER;
326
newState
.fPoolStartIndex = DEBUG_INVAL_START_IDX;
328
(void)
newState
; // silence compiler warning
/external/skia/src/gpu/
GrGpu.cpp
321
GeometryPoolState&
newState
= fGeomPoolStateStack.push_back();
323
newState
.fPoolVertexBuffer = (GrVertexBuffer*)DEBUG_INVAL_BUFFER;
324
newState
.fPoolStartVertex = DEBUG_INVAL_START_IDX;
325
newState
.fPoolIndexBuffer = (GrIndexBuffer*)DEBUG_INVAL_BUFFER;
326
newState
.fPoolStartIndex = DEBUG_INVAL_START_IDX;
328
(void)
newState
; // silence compiler warning
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
PeerConnectionTest.java
157
public synchronized void expectSignalingChange(SignalingState
newState
) {
158
expectedSignalingChanges.add(
newState
);
162
public synchronized void onSignalingChange(SignalingState
newState
) {
163
assertEquals(expectedSignalingChanges.removeFirst(),
newState
);
167
IceConnectionState
newState
) {
168
expectedIceConnectionChanges.add(
newState
);
173
IceConnectionState
newState
) {
174
assertEquals(expectedIceConnectionChanges.removeFirst(),
newState
);
178
IceGatheringState
newState
) {
179
expectedIceGatheringChanges.add(
newState
);
[
all
...]
Completed in 481 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>